Blame SOURCES/annocheck-opt-flag.patch

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