mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
forgot to restore CFLAGS after the test :/
This commit is contained in:
parent
c1ec5e71e6
commit
3b931b7ddf
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ if test "x$USE_OPT" = "xyes"; then
|
|||
OPT_CFLAGS="$OPT_CFLAGS -malign-loops=2 -malign-jumps=2 -malign-functions=2"
|
||||
AC_MSG_RESULT(no),
|
||||
)
|
||||
CFLAGS="$save_CFLAGS"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue