On Sat, Aug 20, 2016 at 09:02:37AM +0200, Florian Weimer wrote: > Does this mean that with this patch, glibc should remove its > _FORTIFY_SOURCE warning for non-optimized builds when compiling under > GCC >= 7?
Of course not, you really need optimizations for _FORTIFY_SOURCE to be useful. Jakub