docs: Update COMPILATION.md

Update COMPILATION.md
This commit is contained in:
SjonHortensius
2025-04-09 19:30:54 +02:00
committed by GitHub
parent b56efd7a10
commit 7d5531525d

View File

@@ -78,7 +78,7 @@ project.
> Check if BTF is enabled: > Check if BTF is enabled:
> >
> ``` > ```
> grep CONFIG_DEBUG_INFO_BTF "/boot/config-$(uname -r)" > ( zgrep CONFIG_DEBUG_INFO_BTF /proc/config.gz ; grep CONFIG_DEBUG_INFO_BTF "/boot/config-$(uname -r)" ) | uniq
> ``` > ```
> >
> If the result is `CONFIG_DEBUG_INFO_BTF=y`, it means BTF is enabled. If not, > If the result is `CONFIG_DEBUG_INFO_BTF=y`, it means BTF is enabled. If not,