Use CFLAGS += -fno-inline-small-functions CFLAGS += -ffunction-sections CFLAGS += -fdata-sections and LDFLAGS += -Wl,--relax LDFLAGS += -Wl,--gc-sections as standard or maybe as option, because that will remove unused functions from code.
reassigning to current maintainer
This is implementated as checkboxes (default on) in the compiler and linker dialogs.
The -fno-inline-small-functions has not been added (yet)
Log in to post a comment.
reassigning to current maintainer
This is implementated as checkboxes (default on) in the compiler and linker dialogs.
The -fno-inline-small-functions has not been added (yet)