2023-08-06 18:14:49 +02:00
|
|
|
[build]
|
|
|
|
target = "arduboy.json"
|
|
|
|
target-dir = "./target"
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
codegen-units = 1
|
|
|
|
lto = "fat"
|
2023-08-07 18:17:52 +02:00
|
|
|
strip = true
|
2023-08-06 18:14:49 +02:00
|
|
|
opt-level = "z"
|
|
|
|
panic = "abort"
|
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
codegen-units = 1
|
|
|
|
lto = "fat"
|
2023-08-07 18:17:52 +02:00
|
|
|
strip = true
|
2023-08-06 18:14:49 +02:00
|
|
|
opt-level = "z"
|
|
|
|
panic = "abort"
|
|
|
|
|
|
|
|
[unstable]
|
|
|
|
build-std = ["core", "compiler_builtins"]
|
|
|
|
build-std-features = ["compiler-builtins-mem"]
|