6d434ee6cc
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")
|