[PATCH] Fix optimize compiling (-O2)
Status: Beta
Brought to you by:
pfaedit
With hardened flags like these:
gcc -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -pedantic -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -D_FORTIFY_SOURCE=2 ...
The sources have trouble compiling. Please include this patch to next release.
Fix compile