Browse Source

linux26: disabled CONFIG_DEBUG_* and CONFIG_*_DEBUG, 943M in modules was too much, now I get just 79M (in 2138 .ko files)

user/chris/old/ruby
Alejandro Mery 16 years ago
parent
commit
6d1ae0acb4
  1. 4
      base/linux26/arch/config-common.sh

4
base/linux26/arch/config-common.sh

@ -26,4 +26,8 @@ CONFIG_LOGO=y
# serial console
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
# no debugging by default
CONFIG_DEBUG_.*=n
CONFIG_.*_DEBUG=n
EOT

Loading…
Cancel
Save