Skip to content

Commit

Permalink
Add KERNEL_BTF
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Feb 9, 2025
1 parent ed6ba5b commit 3458599
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Developer-Guide_Build-Switches.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ Use a C compiler cache. Generally not needed due to git-worktree . Can slow pe

Use `$DEST/ccache` as ccache home directory. Setting yes to this will enable CCACHE as well.

**KERNEL_BTF**
- `yes`
- `no`

Default is to auto-detect based on build host available RAM. If not enough RAM available, use =no to accept building without BTF debug information, or use =yes to force building with BTF even if low RAM. Family code can set this to opt-out of BTF. For more information on BTF see <https://docs.kernel.org/bpf/btf.html>

**ARTIFACT_IGNORE_CACHE** ( string )

- `yes`
Expand Down

0 comments on commit 3458599

Please sign in to comment.