mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
2eca4dd2d1
The commit "Split Intel compiler information files" moved some Linux specific flags into the platform-independent Intel compiler info files. This moves them back.
8 lines
298 B
CMake
8 lines
298 B
CMake
SET(CMAKE_Fortran_FLAGS_INIT "")
|
|
SET(CMAKE_Fortran_FLAGS_DEBUG_INIT "-g")
|
|
SET(CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-Os")
|
|
SET(CMAKE_Fortran_FLAGS_RELEASE_INIT "-O3")
|
|
SET(CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "-O2 -g")
|
|
SET(CMAKE_Fortran_MODDIR_FLAG "-module ")
|
|
SET(CMAKE_Fortran_VERBOSE_FLAG "-v")
|