We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4178eb0 commit 2ec06a4Copy full SHA for 2ec06a4
1 file changed
Cargo.toml
@@ -10,5 +10,5 @@ exclude = [
10
11
[profile.release]
12
codegen-units = 1 # more llvm optimizations
13
-debug = 2 # make perfomance engineers happy
+strip = true # strip debug symbols
14
lto = "thin" # cross-crate inlining
0 commit comments