removing the optimisation that caused (most likely) the lua crashes on osx 0.9.18
authorkoda
Sat, 08 Dec 2012 15:38:16 +0100
branch0.9.18
changeset 7962 713d9eff2ce3
parent 7958 c031c3e2eb2a
child 7966 c9418ba77352
removing the optimisation that caused (most likely) the lua crashes on osx
CMakeLists.txt
--- a/CMakeLists.txt	Sun Nov 18 23:09:29 2012 +0400
+++ b/CMakeLists.txt	Sat Dec 08 15:38:16 2012 +0100
@@ -196,7 +196,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()