[BACK]Return to patch-source_shared_lib_include_streflop_CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / games / megaglest / base / patches

File: [local] / ports / games / megaglest / base / patches / Attic / patch-source_shared_lib_include_streflop_CMakeLists_txt (download)

Revision 1.1, Mon Aug 1 05:17:41 2011 UTC (12 years, 11 months ago) by yason
Branch: MAIN
CVS Tags: megaglest-3_5_2_4, magaglest-3_5_2_4

update patches

$OpenBSD$
--- source/shared_lib/include/streflop/CMakeLists.txt.orig	Thu Jun 30 16:14:32 2011
+++ source/shared_lib/include/streflop/CMakeLists.txt	Thu Jun 30 16:14:47 2011
@@ -1,6 +1,6 @@
 AUX_SOURCE_DIRECTORY(libm/flt-32 libm_flt32_source)
 
-SET(cxxflags "-w -O3 -I${CMAKE_CURRENT_SOURCE_DIR}/libm/headers")
+SET(cxxflags "-w -I${CMAKE_CURRENT_SOURCE_DIR}/libm/headers")
 if (NOT $ENV{CXX} MATCHES "icpc")
 	SET(cxxflags "${cxxflags} -mfpmath=sse -msse")
 endif (NOT $ENV{CXX} MATCHES "icpc")