mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
6d434ee6cc
This moves platform-independent XL compiler flags into separate "Compiler/XL-<lang>.cmake" modules. Platform-specific flags go in "Platform/<os>-XL-<lang>.cmake" modules.
5 lines
290 B
CMake
5 lines
290 B
CMake
SET(CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS "-G -Wl,-brtl,-bnoipath") # -shared
|
|
SET(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "-Wl,-brtl,-bnoipath,-bexpall") # +s, flag for exe link to use shared lib
|
|
SET(CMAKE_SHARED_LIBRARY_Fortran_FLAGS " ")
|
|
SET(CMAKE_SHARED_MODULE_Fortran_FLAGS " ")
|