Hacker News new | ask | show | jobs
by floofy222 2728 days ago
> How do Rust programmers deal with this?

You compile with -C opt-level=1.

1 comments

Cargo.toml:

  [profile.dev]
  #opt-level = "s"
  opt-level = 2