changeset 551:d81f36377866

removed use on removed switches in gc makefile
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 26 Aug 2008 21:06:12 +0200
parents cbe08531430f
children 648409a7fb0c
files runtime/lib/gc/basic/llvmdc.mak
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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