mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
615 B
Plaintext
19 lines
615 B
Plaintext
. "$topsrcdir/browser/config/mozconfigs/linux32/common-opt"
|
|
|
|
ac_add_options --enable-signmar
|
|
ac_add_options --enable-profiling
|
|
ac_add_options --disable-elf-hack # --enable-elf-hack conflicts with --enable-profiling
|
|
|
|
# Nightlies only since this has a cost in performance
|
|
ac_add_options --enable-js-diagnostics
|
|
|
|
# This will overwrite the default of stripping everything and keep the symbol table.
|
|
# This is useful for profiling and debugging and only increases the package size
|
|
# by 2 MBs.
|
|
STRIP_FLAGS="--strip-debug"
|
|
|
|
# Use ccache
|
|
. "$topsrcdir/build/mozconfig.cache"
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|