comparison runtime/lib/gc/basic/llvmdc.mak @ 549:d3baf2e52c4f

Disable invariants for the gc. Makes collections not take ages again. 'Fixes' associative_array_19 by reducing runtime from a minute to a second.
author Christian Kamm <kamm incasoftware de>
date Tue, 26 Aug 2008 20:50:42 +0200
parents 8bd31c8208da
children d81f36377866
comparison
equal deleted inserted replaced
548:8d709660cd24 549:d3baf2e52c4f
22 22
23 #CFLAGS=-O3 $(ADD_CFLAGS) 23 #CFLAGS=-O3 $(ADD_CFLAGS)
24 CFLAGS=$(ADD_CFLAGS) 24 CFLAGS=$(ADD_CFLAGS)
25 25
26 #DFLAGS=-release -O3 -inline -w -nofloat $(ADD_DFLAGS) 26 #DFLAGS=-release -O3 -inline -w -nofloat $(ADD_DFLAGS)
27 DFLAGS=-w -nofloat $(ADD_DFLAGS) 27 DFLAGS=-w -nofloat -disable-invariants $(ADD_DFLAGS)
28 28
29 #TFLAGS=-O3 -inline -w -nofloat $(ADD_DFLAGS) 29 #TFLAGS=-O3 -inline -w -nofloat $(ADD_DFLAGS)
30 TFLAGS=-w -nofloat $(ADD_DFLAGS) 30 TFLAGS=-w -nofloat -disable-invariants $(ADD_DFLAGS)
31 31
32 DOCFLAGS=-version=DDoc 32 DOCFLAGS=-version=DDoc
33 33
34 CC=gcc 34 CC=gcc
35 LC=llvm-ar rsv 35 LC=llvm-ar rsv