defs.mk: Add USE_ASSERTIONS = true for mingw

This commit is contained in:
Jan Lindemann 2007-10-08 21:28:36 +00:00 committed by Jan Lindemann
commit 51d8965e6b

View file

@ -22,6 +22,7 @@ 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].*//')))