mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
347 B
Plaintext
13 lines
347 B
Plaintext
. "$topsrcdir/build/mozconfig.win-common"
|
|
. "$topsrcdir/browser/config/mozconfigs/win32/common-opt"
|
|
|
|
ac_add_options --enable-signmar
|
|
ac_add_options --enable-profiling
|
|
|
|
# Nightlies only since this has a cost in performance
|
|
ac_add_options --enable-js-diagnostics
|
|
|
|
. "$topsrcdir/build/mozconfig.cache"
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|