From 1bc47682e56bc9318659fede04c20f3635ef2e2e Mon Sep 17 00:00:00 2001 From: ppokorny Date: Fri, 27 Apr 2001 15:42:31 +0000 Subject: [PATCH] Added GLK12232-25SM support with glk driver. Fixed --enable-debug flag to turn off optimizer (-O6) --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index bc49710..117ecb5 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ AC_MSG_CHECKING(whether to enable debugging) AC_ARG_ENABLE(debug, [ --enable-debug show debug information], AC_DEFINE(DEBUG) - debug=$withval, + debug="yes", debug="no" ) AC_MSG_RESULT($debug) @@ -25,9 +25,9 @@ AC_MSG_RESULT($debug) if test $debug = "yes"; then CFLAGS="-g" else - CFLAGS="-Wno-unused" + CFLAGS="-Wno-unused -O6" fi -CFLAGS="-Wall -Wp,-lang-c-c++-comments -O6 $CFLAGS" +CFLAGS="-Wall -Wp,-lang-c-c++-comments $CFLAGS" export CFLAGS dnl Checks for programs.