cmake_modules/CMakePascalInformation.cmake
branch0.9.20
changeset 9886 af0520a6bf00
parent 9869 2d206defd974
child 9922 58dee07f7552
equal deleted inserted replaced
9885:34e8880f1f0a 9886:af0520a6bf00
     7 set(CMAKE_SYSTEM_AND_Pascal_COMPILER_INFO_FILE
     7 set(CMAKE_SYSTEM_AND_Pascal_COMPILER_INFO_FILE
     8     ${CMAKE_ROOT}/Modules/Platform/${CMAKE_SYSTEM_NAME}-${CMAKE_BASE_NAME}.cmake)
     8     ${CMAKE_ROOT}/Modules/Platform/${CMAKE_SYSTEM_NAME}-${CMAKE_BASE_NAME}.cmake)
     9 include(Platform/${CMAKE_SYSTEM_NAME}-${CMAKE_BASE_NAME} OPTIONAL)
     9 include(Platform/${CMAKE_SYSTEM_NAME}-${CMAKE_BASE_NAME} OPTIONAL)
    10 
    10 
    11 # This section should actually be in Platform/${CMAKE_SYSTME_NAME}-fpc.cmake
    11 # This section should actually be in Platform/${CMAKE_SYSTME_NAME}-fpc.cmake
    12 set(CMAKE_Pascal_FLAGS_DEBUG_INIT "-g -gl -gp -gh")
    12 set(CMAKE_Pascal_FLAGS_DEBUG_INIT "-O- -g -gl -gp -gh")
    13 set(CMAKE_Pascal_FLAGS_MINSIZEREL_INIT "-Os -dNDEBUG")
    13 set(CMAKE_Pascal_FLAGS_MINSIZEREL_INIT "-Os -dNDEBUG")
    14 set(CMAKE_Pascal_FLAGS_RELEASE_INIT "-O2 -dNDEBUG")
    14 set(CMAKE_Pascal_FLAGS_RELEASE_INIT "-O2 -dNDEBUG")
    15 set(CMAKE_Pascal_FLAGS_RELWITHDEBINFO_INIT "-O2 -g -gl -gp")
    15 set(CMAKE_Pascal_FLAGS_RELWITHDEBINFO_INIT "-O2 -g -gl -gp")
    16 
    16 
    17 # This should be included before the _INIT variables are
    17 # This should be included before the _INIT variables are