From 0653766f790fc17afe323e616c10bcc21efe4915 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 19 Feb 2017 16:01:25 +0100 Subject: Allow to keep environment C/XXFLAGS with debug builds this is needed for e.g. windows debug builds to pass mstackrealign --- tools/x-win/compile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/x-win/compile.sh b/tools/x-win/compile.sh index f21aec19b1..58350f9e62 100755 --- a/tools/x-win/compile.sh +++ b/tools/x-win/compile.sh @@ -67,6 +67,7 @@ export DLLTOOL=${XPREFIX}-dlltool CFLAGS="-mstackrealign" \ CXXFLAGS="-mstackrealign" \ LDFLAGS="-L${PREFIX}/lib" ./waf configure \ + --keepflags \ --dist-target=mingw \ --also-include=${PREFIX}/include \ $ARDOURCFG \ -- cgit v1.2.3