Skip to content

Commit d8e14c6

Browse files
committed
cleanup compile options [skip ci]
1 parent c9e1200 commit d8e14c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compilers.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ elseif(CMAKE_Fortran_COMPILER_ID STREQUAL PGI)
2626

2727
elseif(CMAKE_Fortran_COMPILER_ID STREQUAL Flang)
2828
list(APPEND FFLAGS -Mallocatable=03)
29-
link_libraries(-static-flang-libs)
3029
elseif(CMAKE_Fortran_COMPILER_ID STREQUAL NAG)
3130
list(APPEND FFLAGS -u -C=all)
3231
endif()

0 commit comments

Comments
 (0)