Skip to content

Commit 65f1bac

Browse files
authored
Update Makefile
1 parent 6e21d35 commit 65f1bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rpi-5-blink/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ kernel8.elf: $(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o link.
2121

2222
$(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o:
2323
@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 -c release --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector
2525
@echo ""
2626

2727
clean:
28-
rm -rf kernel8.elf kernel8.img .build
28+
rm -rf kernel8.elf kernel8.img .build

0 commit comments

Comments
 (0)