mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 683975 - Disable lto. r=rail.
This commit is contained in:
parent
aef1b00469
commit
f1e8c61a6f
@ -109,6 +109,7 @@ def build_gcc(stage_dir, is_stage_one):
|
||||
"--with-mpfr=%s" % lib_inst_dir,
|
||||
"--with-mpc=%s" % lib_inst_dir,
|
||||
"--enable-languages=c,c++",
|
||||
"--disable-lto",
|
||||
"--disable-multilib",
|
||||
"--disable-bootstrap"]
|
||||
if is_stage_one:
|
||||
|
Loading…
Reference in New Issue
Block a user