Skip to content

Commit

Permalink
feat: patch together rpi support
Browse files Browse the repository at this point in the history
  • Loading branch information
zabackary committed Sep 24, 2024
1 parent a26f264 commit dee5114
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 510 deletions.
13 changes: 13 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[target.armv7-unknown-linux-gnueabihf]
[profile.dev]
# hacky since release fails on cross-compile
opt-level = 3
debug = false
strip = "none"
debug-assertions = false
overflow-checks = false
lto = false
panic = 'unwind'
incremental = false
codegen-units = 16
rpath = false
Loading

0 comments on commit dee5114

Please sign in to comment.