We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40637ab + 24d4907 commit fbf5195Copy full SHA for fbf5195
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