diff -r bfc2fdc1ccd1 -r 2d206defd974 cmake_modules/CMakePascalInformation.cmake --- a/cmake_modules/CMakePascalInformation.cmake Sun Dec 29 15:08:52 2013 +0400 +++ b/cmake_modules/CMakePascalInformation.cmake Mon Dec 30 13:33:58 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