Daniel Starke - 2017-11-18

The build ID can be suppressed with -fno-ident, or just run
strip -S --strip-unneeded --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag
on the resulting binary. The symbol table is needed to load in these functions, as they are provided by the runtime distributables in Windows.