fixes
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -12,6 +12,18 @@ crate-type = ["cdylib"]
|
||||
[features]
|
||||
threading = ["async-lock", "rayon"]
|
||||
|
||||
[profile.release]
|
||||
debug = false
|
||||
codegen-units = 1
|
||||
opt-level = "z" #optimize for size
|
||||
lto = true
|
||||
strip = true
|
||||
|
||||
[profile.dev]
|
||||
debug = true
|
||||
opt-level = 0
|
||||
lto = true
|
||||
strip = false
|
||||
|
||||
[dependencies]
|
||||
parsing = { path = "./parsing" }
|
||||
|
||||
Reference in New Issue
Block a user