Skip to content

Commit

Permalink
comment in config.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin JEROME <qjerome@users.noreply.github.com>
  • Loading branch information
qjerome committed Oct 3, 2023
1 parent e32cda3 commit e79eca0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
target = ["x86_64-unknown-linux-gnu", "bpfel-unknown-none"]

[alias]
# replace with the target triple you are developing on must be the same as
# as the other target than bpf specified in build.target
xtask = "run -q --target=x86_64-unknown-linux-gnu --package xtask --release --"

[profile.release]
Expand Down

0 comments on commit e79eca0

Please sign in to comment.