mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Remove incremental disabling for crates that still had it disabled, the issues should be fixed
This commit is contained in:
parent
6e168f186b
commit
6feb2d53ca
19
Cargo.toml
19
Cargo.toml
@ -38,29 +38,12 @@ debug = false
|
||||
codegen-units = 8
|
||||
lto = false
|
||||
incremental = true
|
||||
# All dependencies (but not this crate itself)
|
||||
# All packages that aren't members of this workspace
|
||||
[profile.dev.package."*"]
|
||||
# TODO: seems like opt-level=2 should be sufficient here....
|
||||
opt-level = 3
|
||||
[profile.dev.package."veloren-network"]
|
||||
opt-level = 2
|
||||
[profile.dev.package."veloren-network-protocol"]
|
||||
opt-level = 3
|
||||
incremental = false
|
||||
[profile.dev.package."veloren-common"]
|
||||
opt-level = 2
|
||||
[profile.dev.package."veloren-common-systems"]
|
||||
incremental = false
|
||||
[profile.dev.package."veloren-client"]
|
||||
opt-level = 2
|
||||
[profile.dev.package."veloren-server"]
|
||||
opt-level = 2
|
||||
[profile.dev.package."veloren-server-cli"]
|
||||
opt-level = 2
|
||||
[profile.dev.package."veloren-voxygen"]
|
||||
opt-level = 2
|
||||
[profile.dev.package."veloren-world"]
|
||||
opt-level = 2
|
||||
|
||||
|
||||
# this profile is used by developers if dev doesn't has enough debug information,
|
||||
|
Loading…
Reference in New Issue
Block a user