mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 01:58:53 +00:00
17 lines
278 B
TOML
17 lines
278 B
TOML
[workspace]
|
|
members = ["av1an-core", "av1an"]
|
|
resolver = "2"
|
|
|
|
[profile.dev.package.av-scenechange]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
codegen-units = 1
|
|
|
|
[profile.ci]
|
|
inherits = "release"
|
|
lto = "off"
|
|
codegen-units = 1024
|
|
debug-assertions = true
|
|
overflow-checks = true
|