defs.mk: Remove -Wall and -g3 from linker flags, since they are ignored by the linker

This commit is contained in:
Jan Lindemann 2005-07-20 16:53:27 +00:00 committed by Jan Lindemann
commit 0c71121673

View file

@ -314,7 +314,7 @@ ifeq ($(USE_COMPILER_DEBUG_OPTS),true)
CFLAGS_DEBUG = -Wall -D_DEBUG_ -g3 $(MEMWATCH)
CPPFLAGS_DEBUG = $(CFLAGS_DEBUG)
LDFLAGS_DEBUG = -Wall -g3
LDFLAGS_DEBUG =
PROJECT_CFLAGS += $(CFLAGS_DEBUG)
PROJECT_CPPFLAGS += $(CFLAGS_DEBUG)