merge from .20
authornemo
Mon, 30 Dec 2013 13:34:24 -0500
changeset 9880 9530e391fa77
parent 9879 141c0d6c2179 (current diff)
parent 9869 2d206defd974 (diff)
child 9881 749369ad65a9
child 9882 8efe8d4deba9
merge from .20
--- a/cmake_modules/CMakePascalInformation.cmake	Sun Dec 29 12:37:05 2013 +0100
+++ b/cmake_modules/CMakePascalInformation.cmake	Mon Dec 30 13:34:24 2013 -0500
@@ -11,7 +11,7 @@
 # This section should actually be in Platform/${CMAKE_SYSTME_NAME}-fpc.cmake
 set(CMAKE_Pascal_FLAGS_DEBUG_INIT "-g -gl -gp -gh")
 set(CMAKE_Pascal_FLAGS_MINSIZEREL_INIT "-Os -dNDEBUG")
-set(CMAKE_Pascal_FLAGS_RELEASE_INIT "-O3 -dNDEBUG")
+set(CMAKE_Pascal_FLAGS_RELEASE_INIT "-O2 -dNDEBUG")
 set(CMAKE_Pascal_FLAGS_RELWITHDEBINFO_INIT "-O2 -g -gl -gp")
 
 # This should be included before the _INIT variables are