summaryrefslogtreecommitdiffstats
path: root/browser/config/mozconfigs/linux64/valgrind
blob: 2efc6e3bbc9339e94ff3fbd9ab63b4761a6d3c71 (plain)
1
2
3
4
5
6
7
8
9
. $topsrcdir/browser/config/mozconfigs/linux64/nightly

ac_add_options --enable-valgrind
ac_add_options --disable-jemalloc
ac_add_options --disable-install-strip

# Include the override mozconfig again (even though the above includes it)
# since it's supposed to override everything.
. "$topsrcdir/build/mozconfig.common.override"