diff options
Diffstat (limited to 'compile.sh')
| -rwxr-xr-x | compile.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ cargo fmt -cargo xbuild --target 3ds.json +# cargo xbuild --target 3ds.json +cargo +3ds build -Z build-std=core,alloc,std,panic_abort --target 3ds.json arm-none-eabi-gcc -specs=3dsx.specs -g -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft -Wl,-Map,rust_3ds.map -Ltarget/3ds/debug -LC:/devkitpro/libctru/lib -lrust_3ds -lctru -lm -o rust_3ds.elf |