forked from M-Labs/artiq
bdd18de2c1
This used to crash with earlier rustc versions, but doesn't anymore, and gives significant speedup (e.g. 2x on test_dma_record_time).
8 lines
150 B
TOML
8 lines
150 B
TOML
[workspace]
|
|
members = ["bootloader", "runtime", "ksupport", "satman"]
|
|
|
|
[profile.dev]
|
|
incremental = false # incompatible with LTO
|
|
lto = true
|
|
debug = 2
|