]> granicus.if.org Git - curl/commitdiff
packages/DOS/common.dj: remove COFF debug info generation
authorGisle Vanem <gvanem@broadpark.no>
Thu, 10 Jan 2013 18:58:59 +0000 (19:58 +0100)
committerYang Tse <yangsita@gmail.com>
Thu, 10 Jan 2013 18:58:59 +0000 (19:58 +0100)
gcc on DOS hasn't really supported COFF-debug (-gcoff) on djgpp for a
long time.

"Sounds like the COFF debug info generation has bit-rotted in GCC.
 Nothing new here, no other platform uses COFF AFAIK."

So lets drop it too.

URL: http://curl.haxx.se/mail/lib-2013-01/0130.html

packages/DOS/common.dj

index a32f10c5413aaa95f9a5290dcd2609c6a03cdd66..1b3e757e524f71f08b4de23659593f41fe10ebac 100644 (file)
@@ -92,7 +92,7 @@ ARES_ROOT    = $(TOPDIR)/ares
 CC   = gcc
 YACC = bison -y
 
-CFLAGS = -g -gcoff -O2 -I. -I$(TOPDIR)/include -I$(TOPDIR)/lib \
+CFLAGS = -g -O2 -I. -I$(TOPDIR)/include -I$(TOPDIR)/lib \
          -I$(WATT32_ROOT)/inc -Wall -DHAVE_CONFIG_H
 
 ifeq ($(USE_SSL),1)