mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 774372 - build clang packages with --disable-assertions. r=rail.
--HG-- extra : rebase_source : bf59e8a827ec563170bc853a0c2d9de6211918f6
This commit is contained in:
parent
136d8de6c2
commit
438ff765b6
@ -77,6 +77,7 @@ def build_one_stage_aux(stage_dir, is_stage_one):
|
||||
inst_dir = stage_dir + "/clang"
|
||||
|
||||
configure_opts = ["--enable-optimized",
|
||||
"--disable-assertions",
|
||||
"--prefix=%s" % inst_dir,
|
||||
"--with-gcc-toolchain=/tools/gcc-4.5-0moz3"]
|
||||
if is_stage_one:
|
||||
|
Loading…
Reference in New Issue
Block a user