Disable invariants for the gc. Makes collections not take ages again.

'Fixes' associative_array_19 by reducing runtime from a minute to a second.
This commit is contained in:
Christian Kamm
2008-08-26 20:50:42 +02:00
parent 2deaf9f238
commit e4a211838f

View File

@@ -24,10 +24,10 @@ ADD_DFLAGS=
CFLAGS=$(ADD_CFLAGS)
#DFLAGS=-release -O3 -inline -w -nofloat $(ADD_DFLAGS)
DFLAGS=-w -nofloat $(ADD_DFLAGS)
DFLAGS=-w -nofloat -disable-invariants $(ADD_DFLAGS)
#TFLAGS=-O3 -inline -w -nofloat $(ADD_DFLAGS)
TFLAGS=-w -nofloat $(ADD_DFLAGS)
TFLAGS=-w -nofloat -disable-invariants $(ADD_DFLAGS)
DOCFLAGS=-version=DDoc