mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-01 04:23:14 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user