Bug 774372 - build clang packages with --disable-assertions. r=rail.

--HG--
extra : rebase_source : bf59e8a827ec563170bc853a0c2d9de6211918f6
This commit is contained in:
Rafael Ávila de Espíndola 2012-07-16 15:02:41 -04:00
parent 136d8de6c2
commit 438ff765b6

View File

@ -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: