Cargo.toml
All checks were successful
Rust/va416xx-rs/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2024-09-19 13:34:40 +02:00
parent a660b2ca26
commit b9e1185f86
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -41,5 +41,4 @@ debug-assertions = false # <-
lto = true lto = true
opt-level = 'z' # <- opt-level = 'z' # <-
overflow-checks = false # <- overflow-checks = false # <-
panic = "abort"
strip = true # Automatically strip symbols from the binary. strip = true # Automatically strip symbols from the binary.