mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 784741 - Unbreak --enable-debug --disable-methodjit on platforms without YarrJIT support. r=dmandelin
This commit is contained in:
parent
bf20bbffc0
commit
22b7f56ca1
@ -3347,7 +3347,10 @@ MOZ_ARG_ENABLE_STRING(debug,
|
||||
(using compiler flags DBG)],
|
||||
[ if test "$enableval" != "no"; then
|
||||
MOZ_DEBUG=1
|
||||
ENABLE_METHODJIT_SPEW=1
|
||||
if test "$ENABLE_METHODJIT"; then
|
||||
# needs MethodJIT or YarrJIT
|
||||
ENABLE_METHODJIT_SPEW=1
|
||||
fi
|
||||
if test -n "$enableval" -a "$enableval" != "yes"; then
|
||||
MOZ_DEBUG_FLAGS=`echo $enableval | sed -e 's|\\\ | |g'`
|
||||
_MOZ_DEBUG_FLAGS_SET=1
|
||||
|
Loading…
Reference in New Issue
Block a user