Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Removed unneeded flag
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 14, 2024
1 parent e25aaad commit b8cefda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/Modules/SetSwiftestFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ IF (NOT BUILD_SHARED_LIBS AND NOT WINOPT)
Fortran "-static-libquadmath"
)
ENDIF ()
SET_COMPILE_FLAG(CMAKE_Fortran_LINK_FLAGS "${CMAKE_Fortran_LINK_FLAGS}"
Fortran "-Wl,--verbose"
)
IF (USE_OPENMP)
SET_COMPILE_FLAG(CMAKE_Fortran_LINK_FLAGS "${CMAKE_Fortran_LINK_FLAGS}"
Fortran "-lomp"
Expand Down

0 comments on commit b8cefda

Please sign in to comment.