From 8df98d1f5b92a085ef874389e2244de3a4f5ee43 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 25 Jun 2009 16:25:55 +0000 Subject: Don't need linker magic anymore. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit