Browse Source

Fix spelling of flang option -Mrecursive and add -Kieee

tags/v0.3.10^2
Martin Kroeker GitHub 5 years ago
parent
commit
1dd712131e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake/fc.cmake

+ 1
- 1
cmake/fc.cmake View 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")


Loading…
Cancel
Save