mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
451 B
Plaintext
15 lines
451 B
Plaintext
no_tooltool=1
|
|
no_sccache=1
|
|
|
|
. $topsrcdir/browser/config/mozconfigs/linux32/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"
|