Disable unwinding in the target config file

This commit is contained in:
Philipp Oppermann
2017-04-11 19:39:19 +02:00
parent 388f014fc3
commit f72cfbff34
3 changed files with 28 additions and 29 deletions

View File

@@ -20,14 +20,5 @@ path = "libs/hole_list_allocator"
features = ["spin_no_std"]
version = "0.2.1"
[lib]
crate-type = ["staticlib"]
[profile]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"