removing the optimisation that caused (most likely) the lua crashes on osx
authorkoda
Sat, 08 Dec 2012 15:38:16 +0100
changeset 8272 93d8c77a13e8
parent 8270 16a52ad5a362
child 8274 7324298dbcc1
removing the optimisation that caused (most likely) the lua crashes on osx
CMakeLists.txt
--- a/CMakeLists.txt	Sat Dec 08 15:35:03 2012 +0100
+++ b/CMakeLists.txt	Sat Dec 08 15:38:16 2012 +0100
@@ -203,7 +203,7 @@
 else()
     message(STATUS "Building Release flavour")
 #    set(pascal_flags "-O3" "-OpPENTIUM4" "-CfSSE3" "-Xs" "-Si" ${pascal_flags})
-    set(pascal_flags "-Os" "-Ooregvar" "-Xs" "-Si" ${pascal_flags})
+    set(pascal_flags "-Os" "-Xs" "-Si" ${pascal_flags})
     set(haskell_flags "-w" "-fno-warn-unused-do-bind" ${haskell_flags})
 endif()