Skip to content

Commit eb605c9

Browse files
committed
1 parent d37081a commit eb605c9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

+8-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@ riscv-rust-quickstart = { path = "riscv-rust-quickstart" }
1313

1414
[profile.release]
1515
debug = true
16-
lto = true
16+
lto = true
17+
18+
[profile.dev]
19+
debug = true
20+
lto = true
21+
# workaround rust-lang/rust#47074
22+
codegen-units = 1
23+
incremental = false

0 commit comments

Comments
 (0)