Is it possible to enable this feature without `*-fdata-sections*` and ` *-ffunction-sections*` flags in GCC? And without `*--gc-sections*` in LD? This feature can reduce the size of statically linked binaries, but many build systems don't support it.