mirror of
https://github.com/dlang/phobos.git
synced 2025-05-08 20:19:43 +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
|
@ -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