Blob Blame History Raw
--- build/unix/build.config.orig	2003-09-06 18:08:49.000000000 +0300
+++ build/unix/build.config	2003-09-06 22:07:34.000000000 +0300
@@ -52,7 +52,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"
@@ -93,7 +93,7 @@
 			# for more readable messages.
 	DEBUG=0
 }
-CHOICE_debug_DEFAULT=debug
+CHOICE_debug_DEFAULT=nodebug
 
 CHOICE_graphics_OPTIONS="pure opengl"
 CHOICE_graphics_TITLE="OpenGL graphics support"