mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
Whoops, we need at least -O when compiling, because we use inline
functions.
This commit is contained in:
parent
1aa9084aa9
commit
f383faa3c2
1 changed files with 1 additions and 0 deletions
|
@ -943,6 +943,7 @@ if test "x$optimize" = xyes; then
|
|||
fi
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
CFLAGS="$CFLAGS -O"
|
||||
fi
|
||||
|
||||
dnl CFLAGS for release and devel versions
|
||||
|
|
Loading…
Reference in a new issue