Enable unwinding in userspace
parent
1b37aad7f5
commit
59c882cebf
@ -1,12 +0,0 @@
|
|||||||
# We have this so that one doesn't need to manually pass
|
|
||||||
# --target=bpfel-unknown-none -Z build-std=core when running cargo
|
|
||||||
# check/build/doc etc.
|
|
||||||
#
|
|
||||||
# NB: this file gets loaded only if you run cargo from this directory, it's
|
|
||||||
# ignored if you run from the workspace root. See
|
|
||||||
# https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure
|
|
||||||
[build]
|
|
||||||
target = ["bpfeb-unknown-none", "bpfel-unknown-none"]
|
|
||||||
|
|
||||||
[unstable]
|
|
||||||
build-std = ["core"]
|
|
Loading…
Reference in New Issue