summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
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 /GNUmakefile
parent6cde05147e91f30c02388c16deaed8bff7756d4e (diff)
Don't need linker magic anymore.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a8bb0f49..29dbe0d9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.104 2009-05-16 21:55:54 nicm Exp $
+# $Id: GNUmakefile,v 1.105 2009-06-25 16:25:55 nicm Exp $
.PHONY: clean
@@ -20,9 +20,7 @@ CPPFLAGS:= -iquote. $(CPPFLAGS)
endif
ifdef FDEBUG
-LDFLAGS+= -rdynamic
CFLAGS+= -g -ggdb -DDEBUG
-LIBS+= -ldl
CFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
CFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare