xref: /freebsd/contrib/ntp/sntp/harden/linux (revision 3806950135d2c8633ec0764e8807eacc87cf3e10)
1# generic linux hardening flags
2NTP_HARD_CFLAGS="-pie -fPIE -fPIC -fstack-protector-all -O1"
3NTP_HARD_CPPFLAGS="-D_FORTIFY_SOURCE=2"
4NTP_HARD_LDFLAGS="-z relro -z now"
5