diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-18 21:40:53 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-18 21:40:53 +0000 |
commit | aba4470b7fddd18f3215ca0dd11402ad1cb8be4e (patch) | |
tree | debdb3efbc8318ee47cdbd2c3694bf97e68774dc /packages/win32_inno/Makefile | |
parent | b1e74f94c793644021a302a616adbb915b1d930f (diff) |
fixed linux package bug that left out pd-gui; tweaked optimization setup
svn path=/trunk/; revision=4251
Diffstat (limited to 'packages/win32_inno/Makefile')
-rwxr-xr-x | packages/win32_inno/Makefile | 2 |
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 |