From 2cb3f99902387a24b0bfa8aeb9f1875604e2011f Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Wed, 13 Nov 2019 10:50:41 -0500 Subject: Disable stack protector on MinGW Some versions of MinGW have a bug which causes any app built with stack protector to silently crash (!). --- src/build-data/os/mingw.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/build-data/os/mingw.txt b/src/build-data/os/mingw.txt index d81fc97f4..821e1155d 100644 --- a/src/build-data/os/mingw.txt +++ b/src/build-data/os/mingw.txt @@ -8,6 +8,9 @@ header_dir include lib_dir lib doc_dir share/doc +# see https://sourceforge.net/p/mingw-w64/bugs/755/ +use_stack_protector no + _WIN32_WINNT=0x0600 -- cgit v1.2.3