comparison make/solaris/makefiles/fastdebug.make @ 12357:36b1f3224948

Revert changes to globalDefinitions (needs more work) and disable CHECK_UNHANDLED_OOPS in fastdebug until it's fixed upstream
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 17:52:33 +0200
parents 43223d3f5dcd
children 737151a29a1f
comparison
equal deleted inserted replaced
12356:359f7e70ae7f 12357:36b1f3224948
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
130 PICFLAGS = DEFAULT 131 PICFLAGS = DEFAULT