Merge pull request #587 from alexrp/no-nofloat

Remove -nofloat from DFLAGS.
This commit is contained in:
Jonathan M Davis 2012-06-20 10:35:51 -07:00
commit 33e246959c
2 changed files with 3 additions and 3 deletions

View file

@ -112,7 +112,7 @@ DFLAGS := -I$(DRUNTIME_PATH)/import $(DMDEXTRAFLAGS) -w -d -property -m$(MODEL)
ifeq ($(BUILD),debug)
DFLAGS += -g -debug
else
DFLAGS += -O -release -nofloat
DFLAGS += -O -release
endif
# Set DOTOBJ and DOTEXE

View file

@ -35,13 +35,13 @@ CFLAGS=-mn -6 -r
## Flags for dmd D compiler
DFLAGS=-O -release -nofloat -w -d -property
DFLAGS=-O -release -w -d -property
#DFLAGS=-unittest -g -d
#DFLAGS=-unittest -cov -g -d
## Flags for compiling unittests
UDFLAGS=-O -nofloat -w -d -property
UDFLAGS=-O -w -d -property
## C compiler