We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce6778 commit 22d2511Copy full SHA for 22d2511
Runtimes/Supplemental/StringProcessing/CMakeLists.txt
@@ -24,6 +24,9 @@ if(NOT PROJECT_IS_TOP_LEVEL)
24
message(FATAL_ERROR "Swift StringProcessing must build as a standalone project")
25
endif()
26
27
+set(CMAKE_C_VISIBILITY_PRESET "hidden")
28
+set(CMAKE_VISIBILITY_INLINES_HIDDEN YES)
29
+
30
set(CMAKE_POSITION_INDEPENDENT_CODE YES)
31
32
set(${PROJECT_NAME}_SWIFTC_SOURCE_DIR
0 commit comments