We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e21d35 commit 65f1bacCopy full SHA for 65f1bac
rpi-5-blink/Makefile
@@ -21,8 +21,8 @@ kernel8.elf: $(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o link.
21
22
$(BUILDROOT)/libMainApp.a $(BUILDROOT)/Support.build/boot.S.o:
23
@echo "🛠️ Building with Swift Package Manager..."
24
- $(SWIFT_EXEC) build --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector
+ $(SWIFT_EXEC) build -c release --triple aarch64-none-none-elf -Xswiftc -Xfrontend -Xswiftc -disable-stack-protector
25
@echo ""
26
27
clean:
28
- rm -rf kernel8.elf kernel8.img .build
+ rm -rf kernel8.elf kernel8.img .build
0 commit comments