2017-02-24 | Paul Boddie | file changeset files shortlog | Introduced support for removing superfluous executable sections via an option. | method-wrapper-for-context |
paul@614 | 1 | CFLAGS += -fdata-sections -ffunction-sections |
paul@614 | 2 | LDFLAGS += -Wl,--gc-sections |