config.toml 118 B

123456
  1. [build]
  2. target = "bpfel-unknown-none"
  3. rustflags = "-C debuginfo=2 -C link-arg=--btf"
  4. [unstable]
  5. build-std = ["core"]