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.
2 parents 2703370 + fb5aeb0 commit 4878af5Copy full SHA for 4878af5
stdlib/CMakeLists.txt
@@ -144,7 +144,6 @@ endif()
144
# built and cause link failures for mismatches. Without linking that library,
145
# we get link failures regardless, so instead, this just disables the checks.
146
add_compile_definitions($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1>)
147
-include_directories(BEFORE ${CMAKE_PROJECT_SOURCE_DIR}/include)
148
149
set(SWIFT_STDLIB_LIBRARY_BUILD_TYPES)
150
if(SWIFT_BUILD_DYNAMIC_STDLIB)
0 commit comments