13 lines
424 B
Text
13 lines
424 B
Text
MOZ_AUTOMATION_CHECK=0
|
|
|
|
. $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"
|