niXman / mingw-builds

Scripts for building the 32 and 64-bit MinGW-W64 compilers for Windows
Other
282 stars 107 forks source link

gcc: disable libssp if mingw-w64 is v11 or later #645

Closed starg2 closed 1 year ago

starg2 commented 1 year ago

Mingw-w64 v11 has implemented stack protection routines, so libssp is no longer needed.

niXman commented 1 year ago

thank you!