mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
workspace: remove profiles
This commit is contained in:
parent
efb7bc6cd1
commit
f267730220
|
@ -42,11 +42,11 @@ nb = "1.1"
|
||||||
default-target = "thumbv4t-none-eabi"
|
default-target = "thumbv4t-none-eabi"
|
||||||
cargo-args = ["-Zbuild-std=core,alloc"]
|
cargo-args = ["-Zbuild-std=core,alloc"]
|
||||||
|
|
||||||
[profile.dev]
|
# [profile.dev]
|
||||||
opt-level = 3
|
# opt-level = 3
|
||||||
debug = true
|
# debug = true
|
||||||
|
|
||||||
[profile.release]
|
# [profile.release]
|
||||||
opt-level = 3
|
# opt-level = 3
|
||||||
lto = "fat"
|
# lto = "fat"
|
||||||
debug = true
|
# debug = true
|
||||||
|
|
Loading…
Reference in a new issue