comparison make/bsd/makefiles/fastdebug.make @ 12424:737151a29a1f

Fix intptr_t to oop casts in vframeArray.cpp and re-enable CHECK_UNHANDLED_OOPS in fastdebug mode
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 15 Oct 2013 14:26:30 +0200
parents 36b1f3224948
children d8041d695d19
comparison
equal deleted inserted replaced
12423:370b5f07f9e2 12424:737151a29a1f
57 57
58 # Linker mapfile 58 # Linker mapfile
59 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug 59 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug
60 60
61 VERSION = fastdebug 61 VERSION = fastdebug
62 #SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS 62 SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
63 SYSDEFS += -DASSERT
64 PICFLAGS = DEFAULT 63 PICFLAGS = DEFAULT