# HG changeset patch # User nemo # Date 1388428464 18000 # Node ID 9530e391fa7754e6dc0265c746879f7ca4ce54d9 # Parent 141c0d6c217987c6388000ce19e57a866e07b804# Parent 2d206defd97408cf5069d2b7407650965c9c2c32 merge from .20 diff -r 141c0d6c2179 -r 9530e391fa77 cmake_modules/CMakePascalInformation.cmake --- 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