Skip to content

Commit 583b652

Browse files
committed
Delete unused define
1 parent 60ff02e commit 583b652

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ set(CMAKE_Swift_COMPILER
4646
)
4747
set(CMAKE_Swift_FLAGS
4848
# - 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"
49+
"-enable-experimental-feature Embedded -wmo -target armv6m-none-none-eabi"
5250
)
5351
# Disable CMAKE Swift compiler check. The compiler check always fails for
5452
# Embedded Swift because it tries to compile a Swift program that includes

0 commit comments

Comments
 (0)