openlierox
openlierox copied to clipboard
Compile with hardenings?
At least 0.58 seems to compile fine with -fstack-protector-strong
added to CMAKE_CXX_FLAGS
. Would it make sense to enable that and perhaps some other hardening options by default when compiling with GCC?
Update, no problems encountered with -fstack-protector-all -fPIE -D_FORTIFY_SOURCE=2
added to both C and C++ compiler flags.