summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 16:25:55 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 16:25:55 +0000
commit8df98d1f5b92a085ef874389e2244de3a4f5ee43 (patch)
treea8eace67260b0e8dd5845a96363a9060d2819530 /Makefile
parent6cde05147e91f30c02388c16deaed8bff7756d4e (diff)
Don't need linker magic anymore.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3cfe2ef1..3013e20f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.139 2009-05-16 21:55:54 nicm Exp $
+# $Id: Makefile,v 1.140 2009-06-25 16:25:55 nicm Exp $
.SUFFIXES: .c .o
.PHONY: clean
@@ -22,7 +22,6 @@ CPPFLAGS:= -iquote. -I/usr/local/include ${CPPFLAGS}
.endif
.ifdef FDEBUG
-LDFLAGS+= -Wl,-E
CFLAGS+= -g -ggdb -DDEBUG
CFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations