aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-18 21:40:53 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-18 21:40:53 +0000
commitaba4470b7fddd18f3215ca0dd11402ad1cb8be4e (patch)
treedebdb3efbc8318ee47cdbd2c3694bf97e68774dc /packages/win32_inno
parentb1e74f94c793644021a302a616adbb915b1d930f (diff)
fixed linux package bug that left out pd-gui; tweaked optimization setup
svn path=/trunk/; revision=4251
Diffstat (limited to 'packages/win32_inno')
-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 ce1f7a78..204b83a7 100755
--- a/packages/win32_inno/Makefile
+++ b/packages/win32_inno/Makefile
@@ -13,7 +13,7 @@ BUILDLAYOUT_DIR = $(CWD)/..
include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
# base level optimizations
-OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer -fstrict-aliasing
+OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer
# Generic x86 (tune for Pentium III, since that's most common these days)
OPT_CFLAGS += -march=pentium-mmx -mtune=pentium3 -mmmx