19 lines
315 B
TOML
19 lines
315 B
TOML
[build]
|
|
target = "arduboy.json"
|
|
target-dir = "./target"
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = "fat"
|
|
opt-level = "z"
|
|
panic = "abort"
|
|
|
|
[profile.dev]
|
|
codegen-units = 1
|
|
lto = "fat"
|
|
opt-level = "z"
|
|
panic = "abort"
|
|
|
|
[unstable]
|
|
build-std = ["core", "compiler_builtins"]
|
|
build-std-features = ["compiler-builtins-mem"]
|