Skip to content

Commit bc91a96

Browse files
committed
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*
1 parent 7ca518d commit bc91a96

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)