$OpenBSD: patch-build_CMakeLists_txt,v 1.2 2012/10/13 08:13:51 dcoppa Exp $
--- build/CMakeLists.txt.orig	Mon Oct  8 12:43:04 2012
+++ build/CMakeLists.txt	Mon Oct  8 12:45:53 2012
@@ -28,10 +28,10 @@ if(DEBUG)
 		"-fstack-protector -Wstack-protector"
 		"-fstrict-aliasing -Wstrict-aliasing")
 	join("${_arg_str}" CMAKE_C_FLAGS)
-else(DEBUG)
-	set(_arg_str "${CMAKE_C_FLAGS} -ansi -O2"
-		"-Wuninitialized")
-	join("${_arg_str}" CMAKE_C_FLAGS)
+#else(DEBUG)
+#	set(_arg_str "${CMAKE_C_FLAGS} -ansi -O2"
+#		"-Wuninitialized")
+#	join("${_arg_str}" CMAKE_C_FLAGS)
 endif(DEBUG)
 
 # generate the public headers
