browser/config/mozconfigs/linux32/valgrind

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 no_tooltool=1
michael@0 2 no_sccache=1
michael@0 3
michael@0 4 . $topsrcdir/browser/config/mozconfigs/linux32/nightly
michael@0 5
michael@0 6 ac_add_options --enable-valgrind
michael@0 7 ac_add_options --disable-jemalloc
michael@0 8 ac_add_options --disable-elf-hack
michael@0 9 ac_add_options --enable-optimize="-g -O -freorder-blocks"
michael@0 10 ac_add_options --disable-install-strip
michael@0 11
michael@0 12 # Include the override mozconfig again (even though the above includes it)
michael@0 13 # since it's supposed to override everything.
michael@0 14 . "$topsrcdir/build/mozconfig.common.override"

mercurial