summarylogtreecommitdiffstats
path: root/mingw-cmake.sh
diff options
context:
space:
mode:
authorMichel Zou2019-02-12 18:19:42 +0100
committerMichel Zou2019-02-12 18:19:42 +0100
commitb248433ab034926807175f71be9d449a229998b2 (patch)
treefb6cf7c35459a9ce4c0ef886c82fa68cc66ba3f2 /mingw-cmake.sh
parent2949fd7dabf9ed67d1dffca7371e2f19e0047b55 (diff)
downloadaur-b248433ab034926807175f71be9d449a229998b2.tar.gz
removed -fstack-protector-strong
Diffstat (limited to 'mingw-cmake.sh')
-rw-r--r--mingw-cmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-cmake.sh b/mingw-cmake.sh
index 86730b51d868..54ad8b6274c1 100644
--- a/mingw-cmake.sh
+++ b/mingw-cmake.sh
@@ -4,7 +4,7 @@ mingw_prefix=/usr/@TRIPLE@
export PKG_CONFIG_LIBDIR="${mingw_prefix}/lib/pkgconfig"
default_mingw_pp_flags="-D_FORTIFY_SOURCE=2"
-default_mingw_compiler_flags="$default_mingw_pp_flags -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions --param=ssp-buffer-size=4"
+default_mingw_compiler_flags="$default_mingw_pp_flags -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4"
default_mingw_linker_flags="-Wl,-O1,--sort-common,--as-needed"
export CPPFLAGS="${MINGW_CPPFLAGS:-$default_mingw_pp_flags $CPPFLAGS}"