summaryrefslogtreecommitdiff
path: root/share/cmake-3.17/Modules/Compiler/Absoft-Fortran.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.17/Modules/Compiler/Absoft-Fortran.cmake')
-rw-r--r--share/cmake-3.17/Modules/Compiler/Absoft-Fortran.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/cmake-3.17/Modules/Compiler/Absoft-Fortran.cmake b/share/cmake-3.17/Modules/Compiler/Absoft-Fortran.cmake
new file mode 100644
index 0000000..76502dc
--- /dev/null
+++ b/share/cmake-3.17/Modules/Compiler/Absoft-Fortran.cmake
@@ -0,0 +1,11 @@
+string(APPEND CMAKE_Fortran_FLAGS_INIT " ")
+string(APPEND CMAKE_Fortran_FLAGS_DEBUG_INIT " -g")
+string(APPEND CMAKE_Fortran_FLAGS_MINSIZEREL_INIT " ")
+string(APPEND CMAKE_Fortran_FLAGS_RELEASE_INIT " -O3")
+string(APPEND 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")
+set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-ffixed")
+set(CMAKE_Fortran_FORMAT_FREE_FLAG "-ffree")
+set(CMAKE_Fortran_LINKER_WRAPPER_FLAG "-X")