defs.mk: Remove USE_ASSERTIONS for mingw target

This commit is contained in:
Jan Lindemann 2007-10-11 16:07:34 +00:00 committed by Jan Lindemann
commit 190926382b

View file

@ -22,7 +22,6 @@ FLAVOUR_PREFIX ?= win32-
FLAVOUR_SUFFIX ?= -win32
FLAVOUR_PATH_PREFIX ?= win32/
FLAVOUR_PATH_SUFFIX ?= /win32
USE_ASSERTIONS = true
endif
PROJECT ?= $(patsubst $(FLAVOUR_PREFIX)%,%,$(notdir $(shell cd $(TOPDIR); pwd | sed 's/.*\///; s/-[0-9].*//')))