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