Skip to content

Commit d67f575

Browse files
Include frame pointers and v0 symbols
1 parent 47b37aa commit d67f575

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.cargo/config.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build]
2+
rustflags = [
3+
"-Cforce-frame-pointers",
4+
"-Csymbol-mangling-version=v0"
5+
]

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ default-run = "crater"
88
[profile.dev]
99
opt-level = 0
1010

11+
[profile.release]
12+
strip = false
13+
1114
[dependencies]
1215
base64 = "0.21.5"
1316
bytes = "1"

0 commit comments

Comments
 (0)