Files
tfhe-rs/Cargo.toml

16 lines
255 B
TOML

[workspace]
resolver = "2"
members = ["tfhe", "tasks"]
[profile.bench]
lto = "fat"
[profile.release]
lto = "fat"
# Compiles much faster for tests and allows reasonable performance for iterating
[profile.devo]
inherits = "dev"
opt-level = 3
lto = "off"