mirror of
https://github.com/dlang/phobos.git
synced 2025-05-04 17:11:26 +03:00
Merge pull request #587 from alexrp/no-nofloat
Remove -nofloat from DFLAGS.
This commit is contained in:
commit
33e246959c
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue