summaryrefslogtreecommitdiff
path: root/dos
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-28 23:49:43 +0000
committerhpa <hpa>2004-12-28 23:49:43 +0000
commit01b268cbf57515c37cad7dde05b6503e8d64bd5f (patch)
treeb0f83e49823cea949bf8644071f0aca4dade270c /dos
parentb276b20eebea84bdf991d07da1bdff4c23b430c8 (diff)
downloadsyslinux-01b268cbf57515c37cad7dde05b6503e8d64bd5f.tar.gz
Fix using the resolver function from the API (with DS != CS); addsyslinux-3.00-pre8
test/sample file to do that; fix bug in chain.c.
Diffstat (limited to 'dos')
-rw-r--r--dos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dos/Makefile b/dos/Makefile
index ca17a64d..f17e4035 100644
--- a/dos/Makefile
+++ b/dos/Makefile
@@ -1,4 +1,4 @@
-CC = gcc -m32 -mregparm=3 -DREGPARM=3 -DDEBUG
+CC = gcc -m32 -mregparm=3 -DREGPARM=3
LD = ld -m elf_i386
OBJCOPY = objcopy
OPTFLAGS = -g -Os -march=i386 -falign-functions=0 -falign-jumps=0 -falign-loops=0 -fomit-frame-pointer