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