16 lines
609 B
Text
16 lines
609 B
Text
Index: Source/cmake/WebKitCompilerFlags.cmake
|
|
--- Source/cmake/WebKitCompilerFlags.cmake.orig
|
|
+++ Source/cmake/WebKitCompilerFlags.cmake
|
|
@@ -275,9 +275,9 @@ if (NOT MSVC)
|
|
string(REGEX MATCHALL "-fsanitize=[^ ]*" ENABLED_COMPILER_SANITIZERS ${CMAKE_CXX_FLAGS})
|
|
endif ()
|
|
|
|
-if (UNIX AND NOT APPLE AND NOT ENABLED_COMPILER_SANITIZERS)
|
|
- set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAGS}")
|
|
-endif ()
|
|
+#if (UNIX AND NOT APPLE AND NOT ENABLED_COMPILER_SANITIZERS)
|
|
+# set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAGS}")
|
|
+#endif ()
|
|
|
|
|
|
if (MSVC)
|