Added optimized device builds and harden the Embedded toolchain setup in both the PlayDate bindings and HelloPlayDate example targets.

This commit is contained in:
2026-07-25 10:53:44 +02:00
parent dfeadabfb6
commit 19af75cf7b
6 changed files with 47 additions and 7 deletions
+1
View File
@@ -50,6 +50,7 @@ exec "$swift_bin" build \
--triple armv7em-none-none-eabi \
-Xswiftc -enable-experimental-feature -Xswiftc Embedded \
-Xswiftc -wmo \
-Xswiftc -Osize \
-Xcc -I"$include_dir" \
-Xcc -mcpu=cortex-m7 \
-Xcc -mfloat-abi=hard \