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.
relwithdebinfo
1 parent 6515069 commit 31141f2Copy full SHA for 31141f2
Cargo.toml
@@ -24,6 +24,10 @@ crate-type = ["staticlib", "rlib"]
24
name = "programs"
25
path = "programs/main.rs"
26
27
+[profile.relwithdebinfo]
28
+inherits = "release"
29
+debug = true
30
+
31
[dependencies]
32
libc = "0.2"
33
@@ -38,7 +42,6 @@ zstd-sys = { version = "2.0.15", features = ["experimental"] }
38
42
version = "0.8.15"
39
43
features = ["xxh64", "xxh32"]
40
44
41
-
45
[features]
46
default = ["rust-allocator"]
47
export-symbols = [] # whether the zlib api symbols are publicly exported
0 commit comments