Removes all debuginfo from release build

Smaller binaries, most of them where stripped out anyway
pull/753/head
Tpt 8 months ago committed by Thomas Tanon
parent ef765666be
commit 46d3ed3f99
  1. 4
      Cargo.toml

@ -206,7 +206,9 @@ zero_sized_map_values = "warn"
[profile.release]
lto = true
codegen-units = 1
strip = "debuginfo"
[profile.release.package.oxigraph-js]
codegen-units = 1
opt-level = "z"
strip = "debuginfo"

Loading…
Cancel
Save