We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29abe6f commit 02249e8Copy full SHA for 02249e8
src/libcompiler_builtins/build.rs
@@ -94,6 +94,7 @@ fn main() {
94
cfg.flag("-fvisibility=hidden");
95
cfg.flag("-fomit-frame-pointer");
96
cfg.flag("-ffreestanding");
97
+ cfg.define("VISIBILITY_HIDDEN", None);
98
}
99
100
let mut sources = Sources::new();
0 commit comments