We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3407f9 commit 99b830cCopy full SHA for 99b830c
Cargo.toml
@@ -159,19 +159,18 @@ url = "2.5.4"
159
[profile.release]
160
codegen-units = 1
161
lto = true
162
+strip = true
163
164
# the release profile takes a long time to build so we can use this profile during development to save time
165
# cargo build --profile release-nonlto
166
[profile.release-nonlto]
167
codegen-units = 16
-debug = false
168
debug-assertions = false
169
incremental = false
170
inherits = "release"
171
lto = false
172
opt-level = 3
173
overflow-checks = false
174
-panic = 'unwind'
175
rpath = false
176
177
[profile.ci]
0 commit comments