Blame SOURCES/annocheck-opt-flag.patch

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