Home | History | Annotate | Line # | Download | only in harden
freebsd12 revision 1.1.1.1.12.2
      1 # FreeBSD-11 hardening flags
      2 NTP_HARD_CFLAGS="-fstack-protector -Wformat -Wformat-security -Werror=format-security"
      3 NTP_HARD_CPPFLAGS=""
      4 NTP_HARD_LDFLAGS="-Wl,-z,relro"
      5