mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6374e709a1
--HG-- extra : rebase_source : dc05b5616220327c38f4f4623e2a91dc83b47d3f
18 lines
450 B
Plaintext
18 lines
450 B
Plaintext
ac_add_options --enable-debug
|
|
ac_add_options --enable-trace-malloc
|
|
ac_add_options --enable-signmar
|
|
|
|
# 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
|