# HG changeset patch # User koda # Date 1351045289 -7200 # Node ID 482b0c751df6cb54d854619cac8fdb6c5468593a # Parent c27713b5e0521ce8a1ee64afbea7229deafd3fba fuuuuuuuuuuuu don't use stack checking diff -r c27713b5e052 -r 482b0c751df6 CMakeLists.txt --- a/CMakeLists.txt Tue Oct 23 20:15:15 2012 -0400 +++ b/CMakeLists.txt Wed Oct 24 04:21:29 2012 +0200 @@ -182,7 +182,7 @@ #get BUILD_TYPE and enable/disable optimisation if(CMAKE_BUILD_TYPE MATCHES "DEBUG") message(STATUS "Building Debug flavour") - set(pascal_flags "-O-" "-g" "-gl" "-gv" "-Ct" ${pascal_flags}) + set(pascal_flags "-O-" "-g" "-gl" "-gv" ${pascal_flags}) set(haskell_flags "-Wall" "-debug" "-dcore-lint" "-fno-warn-unused-do-bind" ${haskell_flags}) else() message(STATUS "Building Release flavour")