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 60ff02e commit 583b652Copy full SHA for 583b652
CMakeLists.txt
@@ -46,9 +46,7 @@ set(CMAKE_Swift_COMPILER
46
)
47
set(CMAKE_Swift_FLAGS
48
# - WMO is always required for Embedded Swift.
49
- # - The define `-D…` isn't necessary. It's just a convenient marker for
50
- # searching the build log for Swift commands.
51
- "-enable-experimental-feature Embedded -wmo -target armv6m-none-none-eabi -Dmyswiftlib_arg"
+ "-enable-experimental-feature Embedded -wmo -target armv6m-none-none-eabi"
52
53
# Disable CMAKE Swift compiler check. The compiler check always fails for
54
# Embedded Swift because it tries to compile a Swift program that includes
0 commit comments