Skip to content

Commit f47f088

Browse files
committed
Always strip in release mode
See rust-lang/cargo#14346 Fixes #5683
1 parent db37156 commit f47f088

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,12 @@ rc_buffer = "warn"
203203
rc_mutex = "warn"
204204
rest_pat_in_fully_bound_structs = "warn"
205205

206+
[profile.release]
207+
strip = true
208+
206209
[profile.profiling]
207210
inherits = "release"
211+
strip = false
208212
debug = true
209213

210214
[profile.fast-build]

0 commit comments

Comments
 (0)