aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-08 21:51:58 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-08 21:51:58 +0000
commit5a0450e33ce1906decac4bf08438801709642f9b (patch)
treeb61f4b9a849d09b94c42cf2bd8690a523c8084a1 /packages
parent3ef32e8a48b925e770baa9a97f4b82af9834d6d2 (diff)
-ftree-vectorize forces -fstrict-aliasing so disable tree-vectorize before strict-aliasing
svn path=/trunk/; revision=15547
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/win32_inno/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile
index 0dc5a302..aafb60c3 100755
--- a/packages/win32_inno/Makefile
+++ b/packages/win32_inno/Makefile
@@ -64,7 +64,7 @@ zip:
@echo "win32_inno install succeeded!"
build_pd:
- cd $(pd_src)/src && $(MAKE) -f makefile.mingw MORECFLAGS="-O2 -g"
+ $(MAKE) -C $(pd_src)/src -f makefile.mingw MORECFLAGS="-O2 -g -fno-tree-vectorize -fno-strict-aliasing"
PD_NAME=Pd
pd_install: build_pd