File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- main-snapshot-2025-04-12
1
+ main-snapshot-2025-05-14
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ SWIFT_EXEC ?= $(shell if [ "$(shell uname)" = "Darwin" ]; then xcrun -f swift; e
2
2
CLANG ?= $(shell if [ "$(shell uname) " = "Darwin" ]; then xcrun -f clang; else which clang; fi)
3
3
LLVM_OBJCOPY ?= $(shell if [ "$(shell uname) " = "Darwin" ]; then xcrun -f llvm-objcopy; else which llvm-objcopy; fi)
4
4
5
- BUILDROOT := $(shell $(SWIFT_EXEC ) build --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector --show-bin-path)
5
+ BUILDROOT := $(shell $(SWIFT_EXEC ) build --configuration release -- triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector --show-bin-path)
6
6
7
7
.PHONY : all clean
8
8
@@ -21,7 +21,7 @@ kernel8.elf: $(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o link.
21
21
22
22
$(BUILDROOT ) /libMainApp.a $(BUILDROOT ) /Support.build/boot.S.o :
23
23
@echo " 🛠️ Building with Swift Package Manager..."
24
- $(SWIFT_EXEC ) build --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector
24
+ $(SWIFT_EXEC ) build --configuration release -- triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector
25
25
@echo " "
26
26
27
27
clean :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ SWIFT_EXEC ?= $(shell if [ "$(shell uname)" = "Darwin" ]; then xcrun -f swift; e
2
2
CLANG ?= $(shell if [ "$(shell uname) " = "Darwin" ]; then xcrun -f clang; else which clang; fi)
3
3
LLVM_OBJCOPY ?= $(shell if [ "$(shell uname) " = "Darwin" ]; then xcrun -f llvm-objcopy; else which llvm-objcopy; fi)
4
4
5
- BUILDROOT := $(shell $(SWIFT_EXEC ) build --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector --show-bin-path)
5
+ BUILDROOT := $(shell $(SWIFT_EXEC ) build --configuration release -- triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector --show-bin-path)
6
6
7
7
.PHONY : all clean
8
8
@@ -21,7 +21,7 @@ kernel8.elf: $(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o link.
21
21
22
22
$(BUILDROOT ) /libMainApp.a $(BUILDROOT ) /Support.build/boot.S.o :
23
23
@echo " 🛠️ Building with Swift Package Manager..."
24
- $(SWIFT_EXEC ) build --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector
24
+ $(SWIFT_EXEC ) build --configuration release -- triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector
25
25
@echo " "
26
26
27
27
clean :
You can’t perform that action at this time.
0 commit comments