1
0
Fork 0

add more debug options that I probably will never use and clean up a few weeks down the road

This commit is contained in:
Pratham Patel 2024-04-17 06:32:20 +05:30
parent 7beae21ee1
commit dc1578a4fb
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 6 additions and 0 deletions

View File

@ -59,12 +59,18 @@ function modify_kernel_config() {
./scripts/config --enable CONFIG_DEBUG
./scripts/config --enable CONFIG_DEBUG_DRIVER
./scripts/config --enable CONFIG_DEBUG_INFO
./scripts/config --enable CONFIG_FRAME_POINTER
./scripts/config --enable CONFIG_GDB_SCRIPTS
./scripts/config --enable CONFIG_KALLSYMS
./scripts/config --enable CONFIG_KASAN
./scripts/config --enable CONFIG_KGDB
./scripts/config --enable CONFIG_KGDB_KDB
./scripts/config --enable CONFIG_KGDB_SERIAL_CONSOLE
./scripts/config --enable CONFIG_KMSAN
./scripts/config --enable CONFIG_LOCKDEP
./scripts/config --enable CONFIG_LOCKUP_DETECTOR
./scripts/config --enable CONFIG_PROVE_LOCKING
./scripts/config --enable CONFIG_STRICT_KERNEL_RWS
./scripts/config --enable CONFIG_UBSAN
# sched_ext