Skip to content

Commit

Permalink
chore: properly cross-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
zabackary committed Sep 29, 2024
1 parent 98cac2b commit deff847
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
[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
linker = "arm-linux-gnueabihf-gcc"

0 comments on commit deff847

Please sign in to comment.