diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-13 18:57:23 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-13 18:57:23 +0000 |
commit | 76d1fe74894c7839d050b7feae76a89069ea63ef (patch) | |
tree | 9c7ff7bf4e5031ef284f2391752f804696e1bd6a /packages | |
parent | 33810e49a9a525af76942f81b6e4f3923836c6a8 (diff) |
use basic optmization when setup for debugging
svn path=/trunk/; revision=16682
Diffstat (limited to 'packages')
-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 25a5f4bb..4bc89a27 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -18,7 +18,7 @@ include $(BUILDLAYOUT_DIR)/Makefile.buildlayout STRIP = echo DEBUG_CFLAGS = -g -fno-inline-functions -fno-omit-frame-pointer -DDEBUG_SOUNDFILE -Wstrict-aliasing=2 -OPT_CFLAGS = +OPT_CFLAGS = -O2 # compile for pentium4 so we can use SSE2 OPT_CFLAGS += -march=pentium4 -msse2 -mfpmath=sse |