DevHugePackages

Why does a local build produce such enormous packages?

Our build includes CONFIG_DEBUG_INFO in order to produce linux-debug-image packages. We then manually strip the modules after build.

If you re-use our config for your own build, your best bet is to change this line in the config:

  • CONFIG_DEBUG_INFO=y

To this:

  • # CONFIG_DEBUG_INFO is not set

Kernel/FAQ/DevHugePackages (last edited 2010-06-21 11:59:40 by 85-210-146-14)