From ae5763266a73f6480ab70ebcbe6572a5dc27ec2e Mon Sep 17 00:00:00 2001 From: herbert Date: Fri, 25 Mar 2005 20:19:19 +1100 Subject: Get rid of duplicate -g -O2 in CFLAGS. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 1675d9f..4e05be8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ AM_YFLAGS = -d -COMMON_CFLAGS = -g -O2 -Wall +COMMON_CFLAGS = -Wall COMMON_CPPFLAGS = \ -include $(top_builddir)/config.h \ -DBSD=1 -DSMALL -DSHELL \ @@ -11,7 +11,7 @@ COMMON_CPPFLAGS = \ AM_CFLAGS = $(COMMON_CFLAGS) AM_CPPFLAGS = $(COMMON_CPPFLAGS) -AM_CFLAGS_FOR_BUILD = $(COMMON_CFLAGS) +AM_CFLAGS_FOR_BUILD = -g -O2 $(COMMON_CFLAGS) AM_CPPFLAGS_FOR_BUILD = $(COMMON_CPPFLAGS) COMPILE_FOR_BUILD = \ -- cgit 1.4.1