mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
16 lines
263 B
TOML
16 lines
263 B
TOML
[workspace]
|
|
members = ["av1an-core", "av1an"]
|
|
|
|
[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
|