Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > d35520b2430091192368650e5280c518 > files > 3

hedgewars-0.9.12-3.fc13.src.rpm

--- hedgewars/CMakeLists.txt.orig	2010-05-23 15:06:21.000000000 -0500
+++ hedgewars/CMakeLists.txt	2010-05-23 15:06:32.000000000 -0500
@@ -96,7 +96,7 @@
 set(pascal_compiler_flags ${noexecstack_flags} "-B" "-FE../bin" "-Fl../bin/" "-Cs2000000" "-vwi" ${hwengine_project})
 
 if(OPTIMIZATIONS)
-	set(pascal_compiler_flags "-g" "-O2" "-Xs" "-Nu" ${pascal_compiler_flags})
+	set(pascal_compiler_flags "-g" "-O2" "-Xs" ${pascal_compiler_flags})
 	if(APPLE AND NOT universal_build)
 		set(pascal_compiler_flags "-fPIC" "-CfSSE2" ${pascal_compiler_flags})	#instruction set for ppc is 7400
 	endif()