ebpf: set opt-level = 2

Pretty much all non trivial programs need at least opt-level=2 to
compile and link successfully
pull/5/head
Alessandro Decina 3 years ago
parent 250c9ff653
commit 81a98fe13a

@ -13,6 +13,7 @@ path = "src/main.rs"
[profile.dev]
panic = "abort"
opt-level = 2
overflow-checks = false
[profile.release]

Loading…
Cancel
Save