11 lines
229 B
TOML
11 lines
229 B
TOML
[workspace]
|
|
members = ["daqbuffer", "h5out", "archapp", "archapp_xc", "archapp_wrap", "items", "nodenet"]
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
opt-level = 1
|
|
#overflow-checks = true
|
|
#debug-assertions = true
|
|
lto = "off"
|
|
codegen-units = 40
|