mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00
Fixing --disable-optimize again.
This commit is contained in:
parent
8ab7cda9ed
commit
24e2532ba0
10
configure.in
10
configure.in
@ -2942,10 +2942,12 @@ fi
|
||||
|
||||
MOZ_ARG_ENABLE_STRING(optimize,
|
||||
[ --enable-optimize[=OPT] Enable compiler optimizations (default=-O) ],
|
||||
[ MOZ_OPTIMIZE=1
|
||||
if test -n "$enableval" && test "$enableval" != "yes" && test "$enableval" != "no"; then
|
||||
MOZ_OPTIMIZE_FLAGS=`echo $enableval | sed -e 's|\\\ | |g'`
|
||||
fi ])
|
||||
[ if test "$enableval" != "no"; then
|
||||
MOZ_OPTIMIZE=1
|
||||
if test -n "$enableval" && test "$enableval" != "yes"; then
|
||||
MOZ_OPTIMIZE_FLAGS=`echo $enableval | sed -e 's|\\\ | |g'`
|
||||
fi
|
||||
fi ])
|
||||
|
||||
if test "$MOZ_OPTIMIZE"
|
||||
then
|
||||
|
Loading…
x
Reference in New Issue
Block a user