removing the optimisation that caused (most likely) the lua crashes on osx flibqtfrontend
authorkoda
Sat, 08 Dec 2012 15:38:16 +0100
branchflibqtfrontend
changeset 8273 3717cbf47daf
parent 8271 9cebdcc689d7
child 8275 e0a134d890e7
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()