Y
Hacker News
new
|
ask
|
show
|
jobs
by
steveklabnik
4124 days ago
`cargo build --release` does more than just `-C opt-level=3`, actually. For example a regular `cargo build` also adds `-g`, and that's removed for `--release`.