# HG changeset patch # User nemo # Date 1313872280 14400 # Node ID f8bdc789ac602f7982841bc464d52d9e4a75645a # Parent 1e5d925dde9d01a718f5bf4fc3c906f95a7f0165 -gh (heaptrace) appears to be the reason for crashing in DrawCircle on my system. I wonder if it has other bad behaviour as well. diff -r 1e5d925dde9d -r f8bdc789ac60 CMakeLists.txt --- a/CMakeLists.txt Sat Aug 20 15:31:23 2011 -0400 +++ b/CMakeLists.txt Sat Aug 20 16:31:20 2011 -0400 @@ -161,7 +161,8 @@ set(pascal_compiler_flags_cmn "-O2" "-Xs" "-Si" ${pascal_compiler_flags_cmn}) set(haskell_compiler_flags_cmn "-O2" "-w" "-fno-warn-unused-do-bind") else(Optz) - set(pascal_compiler_flags_cmn "-O-" "-g" "-gh" "-gl" "-dDEBUGFILE" ${pascal_compiler_flags_cmn}) +# set(pascal_compiler_flags_cmn "-O-" "-g" "-gh" "-gl" "-dDEBUGFILE" ${pascal_compiler_flags_cmn}) + set(pascal_compiler_flags_cmn "-O-" "-g" "-gl" "-dDEBUGFILE" ${pascal_compiler_flags_cmn}) set(haskell_compiler_flags_cmn "-Wall" "-debug" "-dcore-lint" "-fno-warn-unused-do-bind") endif(Optz)