Merge pull request #119 from alexcrichton/hidden
Define VISIBILITY_HIDDEN when compiling objects
This commit is contained in:
commit
9f523ff12b
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ fn main() {
|
|||
cfg.flag("-fvisibility=hidden");
|
||||
cfg.flag("-fomit-frame-pointer");
|
||||
cfg.flag("-ffreestanding");
|
||||
cfg.define("VISIBILITY_HIDDEN", None);
|
||||
}
|
||||
|
||||
// NOTE Most of the ARM intrinsics are written in assembly. Tell gcc which arch we are going to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue