mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
This moves platform-independent XL compiler flags into separate "Compiler/XL-<lang>.cmake" modules. Platform-specific flags go in "Platform/<os>-XL-<lang>.cmake" modules.
8 lines
258 B
CMake
8 lines
258 B
CMake
SET(CMAKE_Fortran_VERBOSE_FLAG "-V")
|
|
SET(CMAKE_Fortran_DEFINE_FLAG "-WF,-D")
|
|
|
|
SET(CMAKE_Fortran_FLAGS_DEBUG_INIT "-g")
|
|
SET(CMAKE_Fortran_FLAGS_RELEASE_INIT "-O")
|
|
SET(CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-O")
|
|
SET(CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "-g")
|