comparison make/solaris/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 be896a1983c0
comparison
equal deleted inserted replaced
12423:370b5f07f9e2 12424:737151a29a1f
124 # This mapfile is only needed when compiling with dtrace support, 124 # This mapfile is only needed when compiling with dtrace support,
125 # and mustn't be otherwise. 125 # and mustn't be otherwise.
126 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 126 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
127 127
128 VERSION = optimized 128 VERSION = optimized
129 #SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS 129 SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
130 SYSDEFS += -DASSERT
131 PICFLAGS = DEFAULT 130 PICFLAGS = DEFAULT