mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-22 15:51: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"
|
||||
cargo-args = ["-Zbuild-std=core,alloc"]
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
||||
debug = true
|
||||
# [profile.dev]
|
||||
# opt-level = 3
|
||||
# debug = true
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
lto = "fat"
|
||||
debug = true
|
||||
# [profile.release]
|
||||
# opt-level = 3
|
||||
# lto = "fat"
|
||||
# debug = true
|
||||
|
|
Loading…
Reference in a new issue