diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-09-13 00:43:28 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-09-13 00:43:28 +0000 |
commit | 33e007a6b66c1f7b358f2f27d614bc8c46a5abc0 (patch) | |
tree | 9059f9ae57d1d6593e9fe33e51e9703d85f4b862 /Mkfiles | |
parent | d9dbf3e9464fdeedab003cbf7dd6dc78c18377f8 (diff) | |
download | nasm-33e007a6b66c1f7b358f2f27d614bc8c46a5abc0.tar.gz nasm-33e007a6b66c1f7b358f2f27d614bc8c46a5abc0.tar.bz2 nasm-33e007a6b66c1f7b358f2f27d614bc8c46a5abc0.zip |
Remove redundant define that generates too long command lines
Diffstat (limited to 'Mkfiles')
-rw-r--r-- | Mkfiles/Makefile.bc3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mkfiles/Makefile.bc3 b/Mkfiles/Makefile.bc3 index 342aadc..39ed304 100644 --- a/Mkfiles/Makefile.bc3 +++ b/Mkfiles/Makefile.bc3 @@ -41,7 +41,7 @@ OPTFLAGS = -d -O1 -Ogmp -k- OUTFORMS = -DOF_ONLY -DOF_BIN -DOF_OBJ -DOF_WIN32 -DOF_AS86 #compiler flags -CFLAGS = $(OPTFLAGS) -mh -f- $(OUTFORMS) -DFARDATA=far +CFLAGS = $(OPTFLAGS) -mh -f- $(OUTFORMS) # -mh = model huge # -f- = no floating point |