You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
338 B
9 lines
338 B
SET(CMAKE_Fortran_FLAGS_INIT "")
|
|
SET(CMAKE_Fortran_FLAGS_DEBUG_INIT "-g")
|
|
SET(CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "")
|
|
SET(CMAKE_Fortran_FLAGS_RELEASE_INIT "-O3")
|
|
SET(CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "-O2 -g")
|
|
SET(CMAKE_Fortran_MODDIR_FLAG "-YMOD_OUT_DIR=")
|
|
SET(CMAKE_Fortran_MODPATH_FLAG "-p")
|
|
SET(CMAKE_Fortran_VERBOSE_FLAG "-v")
|