We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed1ab4 commit 95c97eaCopy full SHA for 95c97ea
Cargo.toml
@@ -411,10 +411,10 @@ codegen-units = 256
411
inherits = "release"
412
lto = false
413
## reduce little optimization to reduce build time
414
-opt-level = 2
+debug = "limited"
415
force-unwind-tables = true
416
-debug = "limited"
417
-strip = "debuginfo"
+opt-level = 2
+strip = false
418
419
# This is for production for profiling production build
420
[profile.profiling]
0 commit comments