Skip to content

Commit 35fb8bb

Browse files
Adjust the profile.
1 parent 7399928 commit 35fb8bb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

ext/hyper_ruby/Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,4 @@ rb-sys = "0.9.110"
1919
hyper = { version = "1.0", features = ["http1", "http2", "server"] }
2020
hyper-util = { version = "0.1", features = ["tokio", "server", "http1", "http2"] }
2121
http-body-util = "0.1.2"
22-
jemallocator = { version = "0.5.4", features = ["disable_initial_exec_tls"] }
23-
24-
[profile.release]
25-
lto = "fat"
26-
codegen-units = 1
27-
panic = "abort"
28-
strip = true
29-
opt-level = 3
22+
jemallocator = { version = "0.5.4", features = ["disable_initial_exec_tls"] }

0 commit comments

Comments
 (0)