Custom pv_recorder git repo (reverted)
This commit is contained in:
parent
1a146e9505
commit
76aca1e34a
7 changed files with 51 additions and 466 deletions
16
app/.cargo/config.toml
Normal file
16
app/.cargo/config.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Cargo configuration file
|
||||
|
||||
[build]
|
||||
jobs = 4
|
||||
rustflags = [
|
||||
# "-Ctarget-feature=+fp16,+fhm"
|
||||
]
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
debug = true
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
debug = false
|
||||
lto = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue