Browse Source

Merge topic 'linux-GNU-Fortran-no-rdynamic'

f43defae GNU: Drop -rdynamic flag from Fortran
Brad King 10 years ago
parent
commit
e2e6cb7348
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Modules/Platform/Linux-GNU-Fortran.cmake

+ 1 - 0
Modules/Platform/Linux-GNU-Fortran.cmake

@@ -1,2 +1,3 @@
 include(Platform/Linux-GNU)
 __linux_compiler_gnu(Fortran)
+set(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "")