GNU: Drop -rdynamic flag from Fortran

The GNU Fortran compiler does not document support for this flag as the
GNU C and C++ compilers do.
This commit is contained in:
Brad King 2015-06-16 13:55:42 -04:00
parent 5e92047421
commit f43defaec4
1 changed files with 1 additions and 0 deletions

View File

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