Skip to content

Commit

Permalink
adapt dev variant
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jul 1, 2024
1 parent 7fc7716 commit 2b6c45d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ codegen-units = 1
debug = 2
debug-assertions = true # <-
incremental = false
opt-level = 'z' # <-
# This is problematic for stepping..
# opt-level = 'z' # <-
overflow-checks = true # <-

# cargo build/run --release
Expand Down

0 comments on commit 2b6c45d

Please sign in to comment.