Skip to content

Commit 31141f2

Browse files
committed
add relwithdebinfo profile
1 parent 6515069 commit 31141f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ crate-type = ["staticlib", "rlib"]
2424
name = "programs"
2525
path = "programs/main.rs"
2626

27+
[profile.relwithdebinfo]
28+
inherits = "release"
29+
debug = true
30+
2731
[dependencies]
2832
libc = "0.2"
2933

@@ -38,7 +42,6 @@ zstd-sys = { version = "2.0.15", features = ["experimental"] }
3842
version = "0.8.15"
3943
features = ["xxh64", "xxh32"]
4044

41-
4245
[features]
4346
default = ["rust-allocator"]
4447
export-symbols = [] # whether the zlib api symbols are publicly exported

0 commit comments

Comments
 (0)