# HG changeset patch # User Tomas Lindquist Olsen # Date 1219777572 -7200 # Node ID d81f36377866a318a1628f2c586cec284b647919 # Parent cbe08531430f8ad4312b605457faf7942567b611 removed use on removed switches in gc makefile diff -r cbe08531430f -r d81f36377866 runtime/lib/gc/basic/llvmdc.mak --- a/runtime/lib/gc/basic/llvmdc.mak Tue Aug 26 21:02:25 2008 +0200 +++ b/runtime/lib/gc/basic/llvmdc.mak Tue Aug 26 21:06:12 2008 +0200 @@ -24,10 +24,10 @@ CFLAGS=$(ADD_CFLAGS) #DFLAGS=-release -O3 -inline -w -nofloat $(ADD_DFLAGS) -DFLAGS=-w -nofloat -disable-invariants $(ADD_DFLAGS) +DFLAGS=-w -disable-invariants $(ADD_DFLAGS) #TFLAGS=-O3 -inline -w -nofloat $(ADD_DFLAGS) -TFLAGS=-w -nofloat -disable-invariants $(ADD_DFLAGS) +TFLAGS=-w -disable-invariants $(ADD_DFLAGS) DOCFLAGS=-version=DDoc