This website works better with JavaScript.
Explore
Help
Sign In
yanguangshaonian
/
aya-template
mirror of
https://github.com/aya-rs/aya-template
Watch
1
Star
0
Fork
You've already forked aya-template
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
224274f8a7
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '224274f8a7'
${ noResults }
aya-template
/
{{project-name}}-ebpf
/
.cargo
/
config.toml
6 lines
95 B
TOML
Raw
Normal View
History
Unescape
Escape
Initial Commit Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
3 years ago
[
build
]
ebpf: set target and enable -Z build-std in .cargo/config.toml This makes it possible to build with: cd {{project-name}}-ebpf && cargo +nightly build
3 years ago
target-dir
=
"../target"
target
=
"bpfel-unknown-none"
[
unstable
]
build-std
=
[
"core"
]