first commit
This commit is contained in:
16
extern/cmake/2.85/share/cmake-2.8/Modules/Compiler/SunPro-Fortran.cmake
vendored
Normal file
16
extern/cmake/2.85/share/cmake-2.8/Modules/Compiler/SunPro-Fortran.cmake
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
SET(CMAKE_Fortran_VERBOSE_FLAG "-v")
|
||||
|
||||
SET(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-KPIC")
|
||||
SET(CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS "-G")
|
||||
SET(CMAKE_SHARED_LIBRARY_RUNTIME_Fortran_FLAG "-R")
|
||||
SET(CMAKE_SHARED_LIBRARY_RUNTIME_Fortran_FLAG_SEP ":")
|
||||
SET(CMAKE_SHARED_LIBRARY_SONAME_Fortran_FLAG "-h")
|
||||
set(CMAKE_EXECUTABLE_RUNTIME_Fortran_FLAG "-R")
|
||||
|
||||
SET(CMAKE_Fortran_FLAGS_INIT "")
|
||||
SET(CMAKE_Fortran_FLAGS_DEBUG_INIT "-g")
|
||||
SET(CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "-xO2 -xspace -DNDEBUG")
|
||||
SET(CMAKE_Fortran_FLAGS_RELEASE_INIT "-xO3 -DNDEBUG")
|
||||
SET(CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "-g -xO2")
|
||||
SET(CMAKE_Fortran_MODDIR_FLAG "-moddir=")
|
||||
SET(CMAKE_Fortran_MODPATH_FLAG "-M")
|
||||
Reference in New Issue
Block a user