update readme and cargo

This commit is contained in:
Cooper Quintin
2024-01-26 16:57:46 -08:00
parent 28d9377a08
commit f1f31c36ca
2 changed files with 13 additions and 21 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ rustflags = ["-C", "target-feature=+crt-static"]
[alias]
test_pc = "test --target=x86_64-unknown-linux-gnu"
debug_pc = "--target=x86_64-unknown-linux-gnu"
debug_pc = "build --target=x86_64-unknown-linux-gnu":
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"