mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-19 09:29:36 +01:00
* Add more efficient construction of 2-val models with counting * Increased patch-number of the version
7 lines
113 B
TOML
7 lines
113 B
TOML
[workspace]
|
|
members=[ "lib", "bin" ]
|
|
default-members = [ "lib" ]
|
|
|
|
[profile.release]
|
|
lto = "fat"
|
|
codegen-units = 1 |