Blame SOURCES/annocheck-opt-flag.patch

83eb54
diff --git a/configure.ac b/configure.ac
83eb54
index 6822f39..34e4a81 100644
83eb54
--- a/configure.ac
83eb54
+++ b/configure.ac
83eb54
@@ -36,9 +36,9 @@ AC_CHECK_HEADERS(keyutils.h, , [AC_MSG_ERROR([keyutils.h header not found. You n
83eb54
 #debug support - yes for a while
83eb54
 PKG_ARG_ENABLE(debug, "yes", DEBUG, [Enable Debug support])
83eb54
 if test $pkg_cv_enable_debug = yes; then
83eb54
-	CFLAGS="$CFLAGS -g -O1 -Wall -Wstrict-prototypes -pipe"
83eb54
+	CFLAGS="$CFLAGS -g -O2 -Wall -Wstrict-prototypes -pipe"
83eb54
 else
83eb54
-	CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -pipe -fomit-frame-pointer"
83eb54
+	CFLAGS="$CFLAGS -O2 -Wall -Wstrict-prototypes -pipe -fomit-frame-pointer"
83eb54
 fi
83eb54
 
83eb54
 # for gcov
83eb54
-- 
83eb54
2.14.4
83eb54