On Wed, Sep 25, 2013 at 11:10:45AM -0400, Josh Boyer wrote: > > Is there any easy way to do the builds faster? (I'm thinking by not building > > all of the rpms, but other approaches are welcome.) > > You can turn off debuginfo, perf, and tools, and that will make the > RPM build go faster. Just run rpmbuild and pass --without perf > --without tools --without debuginfo. disable CONFIG_DEBUG_INFO entirely. That cuts off a fair bit. Also disable as many of the drivers you don't use by subsystem. For eg, you probably don't use ISDN, but rather than disabling the drivers one by one, just turn off CONFIG_ISDN. Same for CONFIG_SOUND, CONFIG_NET_VENDOR_* etc.. You can probably strip down a config pretty quickly this way. Dave _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/kernel