From 96e0cea2e3cf39a0ed3d92aa0b69e5acebb93c22 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 16 Nov 2011 16:57:18 +0000 Subject: streamlined global debug flags and added -fno-inline-functions for valgrind svn path=/trunk/; revision=15771 --- packages/win32_inno/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/win32_inno/Makefile') diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index c69c462d..ffd724c3 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -17,12 +17,14 @@ include $(BUILDLAYOUT_DIR)/Makefile.buildlayout #STRIP = strip --strip-unneeded -R .note -R .comment STRIP = echo -OPT_CFLAGS = -g +DEBUG_CFLAGS = -g -fno-inline-functions -fno-omit-frame-pointer -DDEBUG_SOUNDFILE +OPT_CFLAGS = # compile for pentium4 so we can use SSE2 OPT_CFLAGS += -march=pentium4 -msse2 -mfpmath=sse OPT_CFLAGS += -ftree-vectorize -ftree-vectorizer-verbose=1 +OPT_CFLAGS += $(DEBUG_CFLAGS) # these are sent to all of the various Makefiles so that they all copy their # output to the same directory tree -- cgit v1.2.1