Auto merge of #38046 - rkruppe:fix-32bit-rustbuild, r=alexcrichton
Fix rustbuild on 32 bit Linux This is cherry-picked from #37817 which seems to be stalled and currently needs to be rebased anyway. r? @alexcrichton (who authored this change)
This commit is contained in:
commit
5de15be5ec
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ fn main() {
|
|||
cfg.flag("-fvisibility=hidden");
|
||||
cfg.flag("-fomit-frame-pointer");
|
||||
cfg.flag("-ffreestanding");
|
||||
cfg.define("VISIBILITY_HIDDEN", None);
|
||||
}
|
||||
|
||||
let mut sources = Sources::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue