K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2020-11-22T10:48:59.554797Z
K 7
svn:log
V 373
Add support for hardening build flags

New --enable-hardening-flags option to configure, enabled by default.

It currently adds -fPIE, -fstack-protector-strong at build time, and
-z relro as well as -z now at link time.  More flags will eventually
be added in future releases.

This option can easily be disabled if the compiler or the platform does
not support them well.

END
