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 6b24333 + 0ee972f commit 874c767Copy full SHA for 874c767
Sources/Numerics/CMakeLists.txt
@@ -14,7 +14,7 @@ set_target_properties(Numerics PROPERTIES
14
# NOTE: generate the force load symbol to ensure that the import library is
15
# generated on Windows for autolinking.
16
target_compile_options(Numerics PUBLIC
17
- -autolink-force-load
+ $<$<NOT:$<PLATFORM_ID:Darwin>>:-autolink-force-load>
18
# SR-12254: workaround for the swift compiler not properly tracking the force
19
# load symbol when validating the TBD
20
-Xfrontend -validate-tbd-against-ir=none)
0 commit comments