Skip to content

Commit 2ec06a4

Browse files
committed
Strip debug symbols from gem release shared object
1 parent 4178eb0 commit 2ec06a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ exclude = [
1010

1111
[profile.release]
1212
codegen-units = 1 # more llvm optimizations
13-
debug = 2 # make perfomance engineers happy
13+
strip = true # strip debug symbols
1414
lto = "thin" # cross-crate inlining

0 commit comments

Comments
 (0)