Skip to content

Commit 50c0562

Browse files
author
rojamd
committed
Remove -ffreestanding from libprofiler_builtins because we do need the standard library
1 parent f8870bf commit 50c0562

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libprofiler_builtins/build.rs

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ fn main() {
4141
cfg.flag("-fno-builtin");
4242
cfg.flag("-fvisibility=hidden");
4343
cfg.flag("-fomit-frame-pointer");
44-
cfg.flag("-ffreestanding");
4544
cfg.define("VISIBILITY_HIDDEN", None);
4645
if !target.contains("windows") {
4746
cfg.define("COMPILER_RT_HAS_UNAME", Some("1"));

0 commit comments

Comments
 (0)