9 lines
254 B
TOML
9 lines
254 B
TOML
[profile.release]
|
|
# somehow there are errors connecting to some devices
|
|
# - on linux
|
|
# - on release builds
|
|
# - when there are other devices too
|
|
# so i have turned the opt-level down to prevent this
|
|
# one day i will discover the root cause
|
|
opt-level = 0
|