mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-10 00:51:34 +11:00
Reduce codegen units to 1 to ensure build works
This commit is contained in:
parent
33620aaf09
commit
e07a080aad
|
@ -15,6 +15,7 @@ debug = true
|
|||
opt-level = 3
|
||||
lto = "fat"
|
||||
debug = true
|
||||
codegen-units = 1
|
||||
|
||||
[features]
|
||||
default = ["testing"]
|
||||
|
|
|
@ -20,3 +20,4 @@ debug = true
|
|||
panic = "abort"
|
||||
lto = true
|
||||
debug = true
|
||||
codegen-units = 1
|
||||
|
|
|
@ -8,14 +8,13 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
agb = { version = "0.13.0", path = "../../agb" }
|
||||
bare-metal = "1"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 2
|
||||
debug = true
|
||||
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
lto = true
|
||||
debug = true
|
||||
codegen-units = 1
|
||||
|
|
|
@ -17,3 +17,4 @@ debug = true
|
|||
panic = "abort"
|
||||
lto = true
|
||||
debug = true
|
||||
codegen-units = 1
|
||||
|
|
Loading…
Reference in a new issue