equal
deleted
inserted
replaced
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 "-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. |