Blob Blame History Raw
--- sc2/build/unix/build.config~	2005-05-19 04:11:25.000000000 +0300
+++ sc2/build/unix/build.config	2005-05-21 23:30:40.000000000 +0300
@@ -81,7 +81,7 @@
 	CHOICE_debug_OPTION_nodebug_TITLE="No debugging information"
 	CHOICE_debug_OPTION_nodebug_ACTION='nodebug_action'
 	nodebug_action() {
-		CFLAGS="$CFLAGS -O3"
+		CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
 		DEBUG=0
 	}
 	CHOICE_debug_OPTION_debug_TITLE="Debugging information"
@@ -122,7 +122,7 @@
 				# for more readable messages.
 		DEBUG=1
 	}
-	CHOICE_debug_DEFAULT=debug
+	CHOICE_debug_DEFAULT=nodebug
 
 	CHOICE_graphics_OPTIONS="pure opengl"
 	CHOICE_graphics_TITLE="OpenGL graphics support"