File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ $(FINAL_BINARY_PATH): $(UNIVERSAL_BINARY_PATH)
16
16
@echo " Final binary ready at $( FINAL_BINARY_PATH) "
17
17
18
18
$(UNIVERSAL_BINARY_PATH ) :
19
- @echo " Building universal binary for $( UNIVERSAL_BINARY_NAME) (arm64 + x86_64) with size optimization (Osize, ThinLTO, dead_strip)..."
20
- @swift build -c release --arch arm64 --arch x86_64 -Xswiftc -Osize -Xswiftc -lto=llvm-thin - Xcc -Wl,-dead_strip
19
+ @echo " Building universal binary for $( UNIVERSAL_BINARY_NAME) (arm64 + x86_64) with size optimization (Osize, dead_strip)..."
20
+ @swift build -c release --arch arm64 --arch x86_64 -Xswiftc -Osize -Xcc -Wl,-dead_strip
21
21
@echo " Stripping symbols from $( UNIVERSAL_BINARY_PATH) ..."
22
22
@strip $(UNIVERSAL_BINARY_PATH )
23
23
@echo " Universal binary built and stripped at $( UNIVERSAL_BINARY_PATH) "
You can’t perform that action at this time.
0 commit comments