# HG changeset patch # User koda # Date 1354977496 -3600 # Node ID 713d9eff2ce35443e92db1bee50a4b602164adc5 # Parent c031c3e2eb2a2585dbf880bf622a62b66f37b5e8 removing the optimisation that caused (most likely) the lua crashes on osx diff -r c031c3e2eb2a -r 713d9eff2ce3 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()