diff options
Diffstat (limited to 'packages/win32_inno')
-rwxr-xr-x | packages/win32_inno/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index 394576ed..e407d35b 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -14,8 +14,8 @@ BUILDLAYOUT_DIR = $(cvs_root_dir)/packages include $(BUILDLAYOUT_DIR)/Makefile.buildlayout -# Generic x86 (tune for Pentium III, since that's most common these days) -OPT_CFLAGS += -mcpu=i586 -mtune=pentium3 +# compile for pentium4 so we can use SSE2 +OPT_CFLAGS += -march=pentium4 -msse2 -mfpmath=sse # these are sent to all of the various Makefiles so that they all copy their |