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 974b9f1 commit 5b8714eCopy full SHA for 5b8714e
cmake/modules/StandaloneOverlay.cmake
@@ -85,6 +85,9 @@ set(SWIFT_DARWIN_MODULE_ARCHS "" CACHE STRING
85
targets on Darwin platforms. These targets are in addition to the full \
86
library targets.")
87
88
+option(SWIFT_STDLIB_SHORT_MANGLING_LOOKUPS
89
+ "Build stdlib with fast-path context descriptor lookups based on well-known short manglings."
90
+ TRUE)
91
92
# -----------------------------------------------------------------------------
93
# Constants
0 commit comments