Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 no_tooltool=1
2 no_sccache=1
4 . $topsrcdir/browser/config/mozconfigs/linux32/nightly
6 ac_add_options --enable-valgrind
7 ac_add_options --disable-jemalloc
8 ac_add_options --disable-elf-hack
9 ac_add_options --enable-optimize="-g -O -freorder-blocks"
10 ac_add_options --disable-install-strip
12 # Include the override mozconfig again (even though the above includes it)
13 # since it's supposed to override everything.
14 . "$topsrcdir/build/mozconfig.common.override"