зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
451 B
Plaintext
15 строки
451 B
Plaintext
no_tooltool=1
|
|
no_sccache=1
|
|
|
|
. $topsrcdir/browser/config/mozconfigs/linux64/nightly
|
|
|
|
ac_add_options --enable-valgrind
|
|
ac_add_options --disable-jemalloc
|
|
ac_add_options --disable-elf-hack
|
|
ac_add_options --enable-optimize="-g -O -freorder-blocks"
|
|
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"
|