Skip to content

Commit a1e04e4

Browse files
committed
Auto merge of #1662 - sgrif:sg-turn-off-debug-symbols, r=jtgeibel
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*
2 parents 2dc9f6a + bc91a96 commit a1e04e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ edition = "2018"
1111

1212
[profile.release]
1313
opt-level = 2
14-
debug = true
1514

1615
[lib]
1716
name = "cargo_registry"

0 commit comments

Comments
 (0)