Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #220 from alexrp/no-nofloat
Browse files Browse the repository at this point in the history
Remove -nofloat from DFLAGS.
  • Loading branch information
complexmath committed Jun 20, 2012
2 parents 99d8681 + 5b1d32b commit 7f92e90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions posix.mak
Expand Up @@ -27,8 +27,8 @@ IMPDIR=import

MODEL?=32

DFLAGS=-m$(MODEL) -O -release -inline -nofloat -w -d -Isrc -Iimport -property
UDFLAGS=-m$(MODEL) -O -release -nofloat -w -d -Isrc -Iimport -property
DFLAGS=-m$(MODEL) -O -release -inline -w -d -Isrc -Iimport -property
UDFLAGS=-m$(MODEL) -O -release -w -d -Isrc -Iimport -property
DDOCFLAGS=-m$(MODEL) -c -w -d -o- -Isrc -Iimport

CFLAGS=-m$(MODEL) -O
Expand Down
4 changes: 2 additions & 2 deletions win32.mak
Expand Up @@ -6,8 +6,8 @@ CC=dmc
DOCDIR=doc
IMPDIR=import

DFLAGS=-O -release -inline -nofloat -w -d -Isrc -Iimport -property
UDFLAGS=-O -release -nofloat -w -d -Isrc -Iimport -property
DFLAGS=-O -release -inline -w -d -Isrc -Iimport -property
UDFLAGS=-O -release -w -d -Isrc -Iimport -property
DDOCFLAGS=-c -w -d -o- -Isrc -Iimport

CFLAGS=
Expand Down

0 comments on commit 7f92e90

Please sign in to comment.