ebpf: set debug = 1 to avoid a potential segfault in LLVM

pull/9/head
Alessandro Decina 3 years ago
parent dcf738cd46
commit 6d30972fdb

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

Loading…
Cancel
Save