We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3950b commit 1ea121cCopy full SHA for 1ea121c
library/profiler_builtins/build.rs
@@ -48,10 +48,10 @@ fn main() {
48
// Turn off various features of gcc and such, mostly copying
49
// compiler-rt's build system already
50
cfg.flag("-fno-builtin");
51
- cfg.flag("-fvisibility=hidden");
52
cfg.flag("-fomit-frame-pointer");
53
cfg.define("VISIBILITY_HIDDEN", None);
54
if !target.contains("windows") {
+ cfg.flag("-fvisibility=hidden");
55
cfg.define("COMPILER_RT_HAS_UNAME", Some("1"));
56
} else {
57
profile_sources.push("WindowsMMap.c");
0 commit comments