diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2023-11-07 13:54:14 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2023-11-09 21:23:01 +0100 |
commit | 3b6320844306786b23176257408f983b1386cc7b (patch) | |
tree | c98096f2c3bf3fdc529a3cc6695faa726d13bb4a /target/linux/oxnas | |
parent | 3763a6a0752cec6e9d7a7d71d9c0cbdfcd35a2e7 (diff) |
treewide: disable CONFIG_SLUB_DEBUG in target configs
From the symbol help message:
> SLUB has extensive debug support features. Disabling these can result
> in significant savings in code size.
There seems to be no need to enable those debugging features for
standard use.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/oxnas')
-rw-r--r-- | target/linux/oxnas/config-5.15 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/oxnas/config-5.15 b/target/linux/oxnas/config-5.15 index 9540a76774..0cf06ee580 100644 --- a/target/linux/oxnas/config-5.15 +++ b/target/linux/oxnas/config-5.15 @@ -245,7 +245,6 @@ CONFIG_SERIO=y CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_SERPORT=y CONFIG_SGL_ALLOC=y -CONFIG_SLUB_DEBUG=y CONFIG_SOCK_DIAG=y CONFIG_SPARSE_IRQ=y CONFIG_SPLIT_PTLOCK_CPUS=999999 |