mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
370 B
Plaintext
13 lines
370 B
Plaintext
. "$topsrcdir/browser/config/mozconfigs/win64/common-win64"
|
|
. "$topsrcdir/browser/config/mozconfigs/win64/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/win64/mozconfig.vs2010
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|