Identify the language of the following text and translate it into English: Only define _FORTIFY_SOURCE when not in Debug mode (!7930) · Merge requests · Inkscape / inkscape · GitLab
Michael Terryrequested to merge
·
2026-05-20
·
via Martin Owens activity
Only define _FORTIFY_SOURCE when not in Debug mode
If no optimizations are on, you get tons of warnings like:
/usr/include/features.h:435:4: warning: #warning _FORTIFY_SOURCE
requires compiling with optimization (-O) [-Wcpp]
| # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
| ^~~~~~~
Which clutter the console and obscure actual warnings like unused variables or unused results.
This content is automatically aggregated by InertiaRSS (RSS Reader) for reading reference only. Original from — Copyright belongs to the original author.