Skip to content

Commit 551e5a3

Browse files
change compilation to add debug symbols even on release build (RedisJSON#491)
1 parent def2a61 commit 551e5a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ redis-module = { version="0.23", features = ["experimental-api"]}
2222
# This requires running the tests with `--features test`
2323
test = ["redis-module/test"]
2424
as-library = []
25+
26+
[profile.release]
27+
debug = 1

0 commit comments

Comments
 (0)