mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
|
. $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"
|