From 7b0cd19899f5fd730332fb17e4b7c2e74e162880 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 22 Feb 2017 12:28:56 +0100 Subject: amend a2d54c3d9710 (w64 debug builds) --- tools/x-win/compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/x-win/compile.sh b/tools/x-win/compile.sh index 6c0553b326..d778e921b5 100755 --- a/tools/x-win/compile.sh +++ b/tools/x-win/compile.sh @@ -72,8 +72,8 @@ else OPT=" -Og" fi -CFLAGS="-mstackrealign$BIGOBJ" \ -CXXFLAGS="-mstackrealign$BIGOBJ" \ +CFLAGS="-mstackrealign$OPT" \ +CXXFLAGS="-mstackrealign$OPT" \ LDFLAGS="-L${PREFIX}/lib" ./waf configure \ --keepflags \ --dist-target=mingw \ -- cgit v1.2.3