parent
0e255ea359
commit
f286a2b624
17 changed files with 405 additions and 106 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -3,6 +3,7 @@ resolver = "2"
|
|||
members = ["engine","subcrates/zen_core"]
|
||||
|
||||
[profile.dev]
|
||||
|
||||
rpath = false
|
||||
panic = "abort"
|
||||
lto = "off"
|
||||
|
@ -12,8 +13,9 @@ overflow-checks = false
|
|||
incremental = true
|
||||
codegen-units = 512
|
||||
|
||||
|
||||
strip = "symbols"
|
||||
debug-assertions = false
|
||||
debug-assertions = true
|
||||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 0
|
||||
|
@ -22,8 +24,9 @@ overflow-checks = false
|
|||
incremental = true
|
||||
codegen-units = 512
|
||||
|
||||
|
||||
strip = "symbols"
|
||||
debug-assertions = false
|
||||
debug-assertions = true
|
||||
[profile.dev.build-override]
|
||||
opt-level = 0
|
||||
debug = false
|
||||
|
@ -34,3 +37,6 @@ codegen-units = 512
|
|||
[workspace.dependencies]
|
||||
lazy_static = "1.5.0"
|
||||
parking_lot = "0.12.3"
|
||||
|
||||
[profile.release]
|
||||
debug-assertions = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue