Skip to content

Commit

Permalink
Remove -ffreestanding from libprofiler_builtins because we do need th…
Browse files Browse the repository at this point in the history
…e standard library
  • Loading branch information
rojamd committed Mar 18, 2020
1 parent f8870bf commit 50c0562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libprofiler_builtins/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ fn main() {
cfg.flag("-fno-builtin");
cfg.flag("-fvisibility=hidden");
cfg.flag("-fomit-frame-pointer");
cfg.flag("-ffreestanding");
cfg.define("VISIBILITY_HIDDEN", None);
if !target.contains("windows") {
cfg.define("COMPILER_RT_HAS_UNAME", Some("1"));
Expand Down

0 comments on commit 50c0562

Please sign in to comment.