mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
hopefully fix --enable-optimize
This commit is contained in:
parent
901a8ec9c5
commit
33a180099b
1 changed files with 1 additions and 1 deletions
|
@ -1087,7 +1087,7 @@ fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(optimize,
|
AC_ARG_ENABLE(optimize,
|
||||||
[ --disable-optimize compile without optimizations (for development)],
|
[ --disable-optimize compile without optimizations (for development)],
|
||||||
optimize=$disable_optimize,
|
optimize=$enable_optimize,
|
||||||
optimize=yes
|
optimize=yes
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue