mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
b97f1233ad
FORTIFY_SOURCE relies on optimizations being enabled which is only the case for the release configuration. Therefore remove it from the debug configuration as to prevent the compiler issuing a warning on each invocation. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>