Merge pull request 'adapt dev variant' (#13) from adapt-dev-release into main
All checks were successful
Rust/va416xx-rs/pipeline/head This commit looks good

Reviewed-on: #13
This commit is contained in:
Robin Müller 2024-07-01 10:17:16 +02:00
commit 78e6c52835

View File

@ -12,7 +12,8 @@ codegen-units = 1
debug = 2 debug = 2
debug-assertions = true # <- debug-assertions = true # <-
incremental = false incremental = false
opt-level = 'z' # <- # This is problematic for stepping..
# opt-level = 'z' # <-
overflow-checks = true # <- overflow-checks = true # <-
# cargo build/run --release # cargo build/run --release