Skip to content

Commit

Permalink
Auto merge of rust-lang#1662 - sgrif:sg-turn-off-debug-symbols, r=jtg…
Browse files Browse the repository at this point in the history
…eibel

Turn off debug symbols

It looks like hyper may have fixed our memory issue after all. I'd still
like to spend some time looking at heap dumps because I still think our
memory usage is higher than reasonable, but it's low priority and not
something I'm going to do this week, and leaving debug info on makes our
binaries *huge*
  • Loading branch information
bors committed Mar 12, 2019
2 parents 2dc9f6a + bc91a96 commit a1e04e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ edition = "2018"

[profile.release]
opt-level = 2
debug = true

[lib]
name = "cargo_registry"
Expand Down

0 comments on commit a1e04e4

Please sign in to comment.