summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/XL-Fortran.cmake
blob: 6133f5638414825c750b0b869897268d7247d6f9 (plain)
1
2
3
4
5
6
7
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")