File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ function(libomp_get_ldflags ldflags)
99
99
IF_DEFINED CMAKE_C_OSX_CURRENT_VERSION_FLAG )
100
100
libomp_append (ldflags_local "${CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG}${LIBOMP_VERSION_MAJOR} .${LIBOMP_VERSION_MINOR} "
101
101
IF_DEFINED CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG )
102
- libomp_append (ldflags_local -Wl,--warn-shared-textrel LIBOMP_HAVE_WARN_SHARED_TEXTREL_FLAG )
103
102
libomp_append (ldflags_local -Wl,--as-needed LIBOMP_HAVE_AS_NEEDED_FLAG )
104
103
libomp_append (ldflags_local "-Wl,--version-script=${LIBOMP_SRC_DIR} /exports_so.txt" LIBOMP_HAVE_VERSION_SCRIPT_FLAG )
105
104
libomp_append (ldflags_local "-Wl,--undefined-version" LIBOMP_HAVE_UNDEFINED_VERSION_FLAG ) # FIXME issue #58858
Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ if(WIN32)
130
130
libomp_check_linker_flag (/SAFESEH LIBOMP_HAVE_SAFESEH_FLAG )
131
131
elseif (NOT APPLE )
132
132
libomp_check_linker_flag (-Wl,-x LIBOMP_HAVE_X_FLAG )
133
- libomp_check_linker_flag (-Wl,--warn-shared-textrel LIBOMP_HAVE_WARN_SHARED_TEXTREL_FLAG )
134
133
libomp_check_linker_flag (-Wl,--as-needed LIBOMP_HAVE_AS_NEEDED_FLAG )
135
134
libomp_check_linker_flag ("-Wl,--version-script=${LIBOMP_SRC_DIR} /exports_so.txt" LIBOMP_HAVE_VERSION_SCRIPT_FLAG )
136
135
libomp_check_linker_flag ("-Wl,--undefined-version" LIBOMP_HAVE_UNDEFINED_VERSION_FLAG ) # FIXME issue #58858
You can’t perform that action at this time.
0 commit comments