File tree 3 files changed +0
-18
lines changed
3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,6 @@ license = "Apache-2.0"
22
22
[lib ]
23
23
crate-type = [" staticlib" ]
24
24
25
- [profile .release ]
26
- debug = true
27
- opt-level = ' z'
28
- codegen-units = 1
29
- panic = ' abort'
30
- lto = true
31
-
32
- [profile .dev ]
33
- opt-level = ' z'
34
-
35
25
[dependencies ]
36
26
bitbox02-rust = { path = " ../bitbox02-rust" }
37
27
bitbox02 = { path = " ../bitbox02" }
Original file line number Diff line number Diff line change @@ -20,9 +20,5 @@ edition = "2018"
20
20
description = " Rust bindings for C code in bitbox02-firmware"
21
21
license = " Apache-2.0"
22
22
23
- [profile .dev ]
24
- opt-level = ' z'
25
- panic = ' abort'
26
-
27
23
[dependencies ]
28
24
util = {path = " ../util" }
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ edition = "2018"
20
20
description = " Idiomatic rust bindings for C code in bitbox02-firmware"
21
21
license = " Apache-2.0"
22
22
23
- [profile .dev ]
24
- opt-level = ' z'
25
- panic = ' abort'
26
-
27
23
[dependencies ]
28
24
bitbox02-sys = {path =" ../bitbox02-sys" }
29
25
util = {path = " ../util" }
You can’t perform that action at this time.
0 commit comments