cmake_modules/CMakePascalInformation.cmake
branchsdl2transition
changeset 11362 ed5a6478e710
parent 9950 2759212a27de
child 13919 085ed3ff0637
equal deleted inserted replaced
11361:31570b766315 11362:ed5a6478e710
     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 "-O3 -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
    18 # used to initialize the cache. Since the rule variables
    18 # used to initialize the cache. Since the rule variables
    19 # have if blocks on them, users can still define them here.
    19 # have if blocks on them, users can still define them here.