diff Makefile.freebsd @ 33:c4daa0c83d64

Apply also -fstack-clash-protection and -fstack-protector-strong for all generated binaries. Only done if EXTRA_CHECKS is not empty and not 0.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 21 Sep 2025 17:55:13 +0200
parents 72c1b70d4f5c
children f0e1e5146733
line wrap: on
line diff
--- a/Makefile.freebsd	Sun Sep 21 15:10:12 2025 +0200
+++ b/Makefile.freebsd	Sun Sep 21 17:55:13 2025 +0200
@@ -61,6 +61,8 @@
 #       https://github.com/ossf/wg-best-practices-os-developers/issues/659
 #
 #    -Werror=implicit-function-declaration
+#    -fstack-clash-protection
+#    -fstack-protector-strong
 #
 EXTRA_CHECKS?=	1