first commit
This commit is contained in:
8
extern/cmake/2.85/share/cmake-2.8/Modules/Compiler/Absoft-Fortran.cmake
vendored
Normal file
8
extern/cmake/2.85/share/cmake-2.8/Modules/Compiler/Absoft-Fortran.cmake
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user