mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2024-11-25 14:33:15 +00:00
adjust dev build args to speed up builds
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
33f0d111bc
commit
ccd149245f
|
@ -359,10 +359,14 @@ systemd-units = { unit-name = "matrix-conduit" }
|
|||
[profile.dev]
|
||||
debug = 0
|
||||
lto = 'off'
|
||||
codegen-units = 512
|
||||
incremental = true
|
||||
# seems to speed up continuous debug compilations
|
||||
[profile.dev.build-override]
|
||||
opt-level = 3
|
||||
[profile.dev.package."*"] # external dependencies
|
||||
opt-level = 1
|
||||
[profile.dev.package."*"]
|
||||
[profile.dev.package."tokio"]
|
||||
opt-level = 3
|
||||
|
||||
# default release profile
|
||||
|
|
Loading…
Reference in a new issue