CMake:
authorsmxx
Tue, 30 Mar 2010 23:20:07 +0000
changeset 3198 6947d29c2a24
parent 3197 e1fa864fd6ca
child 3199 1a9938a27677
CMake: * Removed debug flags that caused desyncs/infinite lag (just weird ...)
CMakeLists.txt
--- a/CMakeLists.txt	Tue Mar 30 23:13:12 2010 +0000
+++ b/CMakeLists.txt	Tue Mar 30 23:20:07 2010 +0000
@@ -133,7 +133,7 @@
 	set(pascal_compiler_flags_cmn "-O2" "-Xs" "-Si" ${pascal_compiler_flags_cmn})
 	set(haskell_compiler_flags_cmn "-O2" "-w")
 else(Optz)
-	set(pascal_compiler_flags_cmn "-O-" "-glhtv" "-dDEBUGFILE" "-vwnv" ${pascal_compiler_flags_cmn})
+	set(pascal_compiler_flags_cmn "-O-" "-glh" "-dDEBUGFILE" "-vwnv" ${pascal_compiler_flags_cmn})
 	set(haskell_compiler_flags_cmn "-Wall" "-debug" "-dcore-lint")
 endif(Optz)