We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8870bf commit 50c0562Copy full SHA for 50c0562
src/libprofiler_builtins/build.rs
@@ -41,7 +41,6 @@ fn main() {
41
cfg.flag("-fno-builtin");
42
cfg.flag("-fvisibility=hidden");
43
cfg.flag("-fomit-frame-pointer");
44
- cfg.flag("-ffreestanding");
45
cfg.define("VISIBILITY_HIDDEN", None);
46
if !target.contains("windows") {
47
cfg.define("COMPILER_RT_HAS_UNAME", Some("1"));
0 commit comments