# HG changeset patch
# User koda
# Date 1354977496 -3600
# Node ID 3717cbf47daf94b5066447cd479cc5ccbdb6f314
# Parent  9cebdcc689d7b36ab0231bd73a92ce8d44e4cc82
removing the optimisation that caused (most likely) the lua crashes on osx

diff -r 9cebdcc689d7 -r 3717cbf47daf 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()