diff --git a/Cargo.toml b/Cargo.toml index d189036..7c743ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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