Fix spelling of flang option -Mrecursive and add -Kieee
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 13 Jun 2020 22:09:31 +0000 (00:09 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2020 22:09:31 +0000 (00:09 +0200)
cmake/fc.cmake

index 9dcedff..fc1f9bb 100644 (file)
@@ -16,7 +16,7 @@ if (${F_COMPILER} STREQUAL "FLANG")
   if (USE_OPENMP)
     set(FCOMMON_OPT "${FCOMMON_OPT} -fopenmp")
   endif ()
-  set(FCOMMON_OPT "${FCOMMON_OPT} -frecursive")
+  set(FCOMMON_OPT "${FCOMMON_OPT} -Mrecursive -Kieee")
 endif ()
 
 if (${F_COMPILER} STREQUAL "G77")