mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-15 00:10:54 +00:00
Removed bogus -lefence.
Removed duplicate "-Wall -Werror" flags.
This commit is contained in:
parent
0a1e72eb5e
commit
b1f6346814
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@ QF_VERSION=0.2-d
|
|||
VERSION=2.40
|
||||
AC_DEFINE_UNQUOTED(QF_VERSION,"$QF_VERSION")
|
||||
AC_DEFINE_UNQUOTED(VERSION,"$VERSION")
|
||||
LIBS=-lefence
|
||||
|
||||
dnl Set to yes for releases
|
||||
RELEASE=no
|
||||
|
@ -478,7 +477,7 @@ dnl CFLAGS for release and devel versions
|
|||
if test "x$RELEASE" = xyes; then
|
||||
if test "x$GCC" = xyes; then
|
||||
AC_MSG_CHECKING(for special release compiler settings)
|
||||
BASE_RELEASE_CFLAGS="-Wall -Werror -O6 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations"
|
||||
BASE_RELEASE_CFLAGS="-O6 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations"
|
||||
case "${target}" in
|
||||
changequote(,)dnl
|
||||
i?86-*-*)
|
||||
|
|
Loading…
Reference in a new issue