Skip to content

Commit c14c811

Browse files
committed
disable debug info in ci profile
1 parent 2092ad6 commit c14c811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ rpath = false
199199
strip = false # Retain debug info for flamegraphs
200200

201201
[profile.ci]
202+
debug = false
202203
inherits = "dev"
203204
incremental = false
204205

0 commit comments

Comments
 (0)