Skip to content

Commit 99b830c

Browse files
authored
chore: Strip debuginfo symbols for release (apache#14843)
* chore: Strip debuginfo symbols for release * chore: Strip debuginfo symbols for release * chore: Strip debuginfo symbols for release * chore: Strip debuginfo symbols for release * chore: Strip debuginfo symbols for release
1 parent b3407f9 commit 99b830c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -159,19 +159,18 @@ url = "2.5.4"
159159
[profile.release]
160160
codegen-units = 1
161161
lto = true
162+
strip = true
162163

163164
# the release profile takes a long time to build so we can use this profile during development to save time
164165
# cargo build --profile release-nonlto
165166
[profile.release-nonlto]
166167
codegen-units = 16
167-
debug = false
168168
debug-assertions = false
169169
incremental = false
170170
inherits = "release"
171171
lto = false
172172
opt-level = 3
173173
overflow-checks = false
174-
panic = 'unwind'
175174
rpath = false
176175

177176
[profile.ci]

0 commit comments

Comments
 (0)