From 20d682437becf840b9082b4f417581fe446bc566 Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Sat, 12 Oct 2002 21:22:57 +0000 Subject: [PATCH] Remove --pedantic and -g from the compiler options. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@145 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avrdude/Makefile b/avrdude/Makefile index 40c3a5ca..7ba16868 100644 --- a/avrdude/Makefile +++ b/avrdude/Makefile @@ -17,7 +17,7 @@ DIRS = ${BINDIR} ${MANDIR} ${DOCDIR} ${CONFIGDIR} INSTALL = /usr/bin/install -c -o root -g wheel -CFLAGS += -g -Wall --pedantic -DCONFIG_DIR=\"${CONFIGDIR}\" ${YYDEF} +CFLAGS += -Wall -DCONFIG_DIR=\"${CONFIGDIR}\" ${YYDEF} LDFLAGS = YFLAGS = -t -d -v