Skip to content

CMakeLists: always add stack-protector

contrem requested to merge mc/fix-msys-build into master

Latest version of msys doesn't automatically include libssp, so we must either link -lssp or add the -fstack-protector* flags.

Merge request reports