Blob Blame History Raw
--- build/unix/build.config~	2011-07-04 12:45:34.000000000 -0400
+++ build/unix/build.config	2011-11-04 16:14:47.645731689 -0400
@@ -117,7 +117,7 @@
 				CFLAGS="$CFLAGS -O3 -DNDEBUG"
 				;;				
 			*)
-				CFLAGS="$CFLAGS -O3 -DNDEBUG"
+				CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
 				;;	
 		esac	
 		DEBUG=0
@@ -189,7 +189,7 @@
 			CHOICE_debug_DEFAULT=nodebug
 			;;
 		*)
-			CHOICE_debug_DEFAULT=debug
+			CHOICE_debug_DEFAULT=nodebug
 			;;
 	esac