Custom pv_recorder git repo (reverted)

This commit is contained in:
Priler 2025-12-12 01:36:39 +05:00
parent 1a146e9505
commit 76aca1e34a
7 changed files with 51 additions and 466 deletions

16
app/.cargo/config.toml Normal file
View 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