mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
QuakeForge doesn't need any ooptions.
This commit is contained in:
parent
c76282c668
commit
c4b43c9f74
1 changed files with 1 additions and 1 deletions
|
@ -1341,7 +1341,7 @@ if test "x$optimize" = xyes; then
|
|||
CFLAGS="$saved_cflags"
|
||||
light="-O2"
|
||||
AC_ARG_ENABLE(strict-aliasing,
|
||||
[ --enable-strict-aliasing enable the -fstrict-aliasing ooption of gcc])
|
||||
[ --enable-strict-aliasing enable the -fstrict-aliasing option of gcc])
|
||||
if test "x$enable_strict_aliasing" = "xyes"; then
|
||||
heavy="$heavy -fstrict-aliasing"
|
||||
light="$light -fstrict-aliasing"
|
||||
|
|
Loading…
Reference in a new issue