Y
Hacker News
new
|
ask
|
show
|
jobs
by
RichardLake
582 days ago
Doesn't rust have overflow checks in debug and skips them in release?
1 comments
0x457
582 days ago
Rust has compiled time overflow checks enabled by default in any profile. Runtime overflow checks are disabled by default in release profile.
link