Skip to content

Commit 95c97ea

Browse files
committed
refactor: keep debug info in CI profile
1 parent aed1ab4 commit 95c97ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,10 @@ codegen-units = 256
411411
inherits = "release"
412412
lto = false
413413
## reduce little optimization to reduce build time
414-
opt-level = 2
414+
debug = "limited"
415415
force-unwind-tables = true
416-
debug = "limited"
417-
strip = "debuginfo"
416+
opt-level = 2
417+
strip = false
418418

419419
# This is for production for profiling production build
420420
[profile.profiling]

0 commit comments

Comments
 (0)