mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-30 16:41:05 +08:00
Remove redundant define that generates too long command lines
This commit is contained in:
parent
d9dbf3e946
commit
33e007a6b6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user