Skip to content

Commit fab8787

Browse files
Fix undefined reference to rust_begin_unwind.
See rust-embedded/wg#53
1 parent 2ed27a2 commit fab8787

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ members = [
55
]
66

77
[profile.dev]
8-
opt-level = 0
9-
debug = true
108
codegen-units = 1
9+
incremental = false
1110

1211
[profile.release]
1312
lto = true

0 commit comments

Comments
 (0)