Skip to content

Commit 12ec07f

Browse files
committed
Don't embed bitcode in libSwiftRemoteMirror.dylib
It's not necessary and contributes to bloat in the dylib. rdar://problem/26396488
1 parent efe8040 commit 12ec07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SwiftRemoteMirror/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
add_swift_library(swiftRemoteMirror SHARED TARGET_LIBRARY
1+
add_swift_library(swiftRemoteMirror SHARED TARGET_LIBRARY DONT_EMBED_BITCODE
22
SwiftRemoteMirror.cpp
33
LINK_LIBRARIES swiftReflection
44
INSTALL_IN_COMPONENT stdlib)

0 commit comments

Comments
 (0)