xref: /freebsd/contrib/ntp/sntp/harden/linux (revision 094fc1ed0f2627525c7b0342efcbad5be7a8546a)
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