Subj : src/build/Common.gmake To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Mon Jun 05 2023 05:07 pm https://gitlab.synchro.net/main/sbbs/-/commit/6be51c0f2293e8e35fbd3fc6 Modified Files: src/build/Common.gmake Log Message: Add FORTIFY and SANITIZE options for DEBUG builds SANITIZE is not fully supported (or recommended) yet. FORTIFY will include some performance hits, but those might be offset by -O1 (which is apparently required for _FORTIFY_SOURCE to have any effect). Prevviosly, DEBUG builds used (implicit -O0). I'm building and running sbbs on Vertrauen (git.synchro.net) now with FORTIFY. Set FORTIFY=1 in your localdefs.mk if you wish to have this build option enabled persistently. .