szemzoa / awboot

small linux bootloader for Allwinner T113-S3 and V851s
72 stars 33 forks source link

Build improvements #35

Closed dave4445 closed 8 months ago

dave4445 commented 8 months ago

Build improvements:

add --gc-sections/-ffunction-sections/-fdata-sections so linker will remove unused functions. as is, all functions are included in executable even if not called, adding these and defining an ENTRY() in the linker script will make ld remove unused functions producing smaller results.

add -MMD for proper deps of included files

build spi only, sd/mmc only, and combo images seperately into their own build directories