gecko-dev/browser/config/mozconfigs/linux64/valgrind
Chris AtLee 4e8fdd0647 Bug 1409739 - Part 3: Enable DMD in nightly/CI builds r=glandium
MozReview-Commit-ID: 12tmFzzvRvP

--HG--
extra : rebase_source : 883173affbfc1504255f5263748bef569f164aca
extra : intermediate-source : 387f946c7c489d76aab9f4537ed75409249007c6
extra : source : 39c8abcf9cb2f40b78289a5535fe550368302423
2017-10-18 09:45:00 -04:00

12 lines
400 B
Plaintext

. $topsrcdir/browser/config/mozconfigs/linux64/nightly
ac_add_options --enable-valgrind
ac_add_options --disable-dmd
ac_add_options --disable-jemalloc
ac_add_options --disable-install-strip
ac_add_options --disable-gtest-in-build
# Include the override mozconfig again (even though the above includes it)
# since it's supposed to override everything.
. "$topsrcdir/build/mozconfig.common.override"