Browse Source

disable LTO for dev builds

merge-requests/225/head
Jonas Zohren 4 years ago
parent
commit
f9dca8e19a
No known key found for this signature in database
GPG Key ID: FE3ED5D90A175463
  1. 2
      Cargo.toml

2
Cargo.toml

@ -120,7 +120,7 @@ maintainer-scripts = "debian/"
systemd-units = { unit-name = "matrix-conduit" } systemd-units = { unit-name = "matrix-conduit" }
[profile.dev] [profile.dev]
lto = 'thin' lto = 'off'
incremental = true incremental = true
[profile.release] [profile.release]

Loading…
Cancel
Save