Skip to content

Commit 1dd7121

Browse files
authored
Fix spelling of flang option -Mrecursive and add -Kieee
1 parent 0ed2adf commit 1dd7121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/fc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (${F_COMPILER} STREQUAL "FLANG")
1616
if (USE_OPENMP)
1717
set(FCOMMON_OPT "${FCOMMON_OPT} -fopenmp")
1818
endif ()
19-
set(FCOMMON_OPT "${FCOMMON_OPT} -frecursive")
19+
set(FCOMMON_OPT "${FCOMMON_OPT} -Mrecursive -Kieee")
2020
endif ()
2121

2222
if (${F_COMPILER} STREQUAL "G77")

0 commit comments

Comments
 (0)