We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40637ab commit 24d4907Copy full SHA for 24d4907
build.rs
@@ -78,6 +78,7 @@ fn main() {
78
cfg.flag("-fvisibility=hidden");
79
cfg.flag("-fomit-frame-pointer");
80
cfg.flag("-ffreestanding");
81
+ cfg.define("VISIBILITY_HIDDEN", None);
82
}
83
84
// NOTE Most of the ARM intrinsics are written in assembly. Tell gcc which arch we are going to
0 commit comments