mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
470 B
Plaintext
19 lines
470 B
Plaintext
ac_add_options --enable-debug
|
|
ac_add_options --enable-trace-malloc
|
|
ac_add_options --enable-signmar
|
|
ENABLE_MARIONETTE=1
|
|
|
|
# Needed to enable breakpad in application.ini
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
mk_add_options MOZ_MAKE_FLAGS=-j1
|
|
|
|
if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then
|
|
. $topsrcdir/build/win32/mozconfig.vs2010-win64
|
|
else
|
|
. $topsrcdir/build/win32/mozconfig.vs2010
|
|
fi
|
|
|
|
# Package js shell.
|
|
export MOZ_PACKAGE_JSSHELL=1
|