On Mon, Jan 24, 2011 at 10:50:49AM +0100, Marc Bertens wrote: > Can you tell me why the SeaBIOS code keeps all its functions even when > there are not needed? > Would it nicer to exclude whole pieces of code that are not required?
The build arranges for the compiler and linker to remove the unused code automatically. -Kevin _______________________________________________ SeaBIOS mailing list [email protected] http://www.seabios.org/mailman/listinfo/seabios
