Skip to content

Commit ec7c92a

Browse files
committed
temporarily add debug symbols to release builds
1 parent 3c7a240 commit ec7c92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ debug = 2 # full debug info
5959

6060
[profile.release]
6161
codegen-units = 1
62-
debug = "line-tables-only"
62+
debug = "full" # todo: revert this back to line tables only
6363
lto = true
6464
opt-level = "s" # optimize for size
6565

0 commit comments

Comments
 (0)