Skip to content

Commit

Permalink
Merge pull request #36 from zeroqn/fix-weird-memory-corruption-on-rel…
Browse files Browse the repository at this point in the history
…ease-build-binary

fix weird memory corruption on release build binary
  • Loading branch information
TheWaWaR authored Aug 19, 2022
2 parents d367373 + a415e18 commit e337a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Cargo-manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ members = ["tests"]
[profile.release]
overflow-checks = true
opt-level = 's'
lto = true
lto = false
codegen-units = 1
panic = 'abort'

0 comments on commit e337a50

Please sign in to comment.