diff options
Diffstat (limited to 'docs/linux/kernel_configs.md')
| -rw-r--r-- | docs/linux/kernel_configs.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/linux/kernel_configs.md b/docs/linux/kernel_configs.md index 088adb191..8a8d00eb7 100644 --- a/docs/linux/kernel_configs.md +++ b/docs/linux/kernel_configs.md @@ -25,9 +25,15 @@ CONFIG_DEBUG_KMEMLEAK=y ``` To show code coverage in web interface: + +For Linux < 5.12 ``` CONFIG_DEBUG_INFO=y ``` +For Linux >= 5.12 +``` +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +``` For detection of enabled syscalls and kernel bitness: ``` |
