Removed bogus -lefence.

Removed duplicate "-Wall -Werror" flags.
This commit is contained in:
Marcus Sundberg 2000-02-27 22:19:12 +00:00
parent 0a1e72eb5e
commit b1f6346814

View file

@ -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-*-*)