From: Luke Howard Date: Tue, 15 Mar 2011 02:05:32 +0000 (+1100) Subject: Don't specify -g -O in Makefile.am, configure does it for us X-Git-Tag: dvd/201105~12^2~116 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=commitdiff_plain;h=09c8bab103518e9c02b2c8938e5e6cc9658a7402 Don't specify -g -O in Makefile.am, configure does it for us --- diff --git a/Makefile.am b/Makefile.am index 3e5a0a6..cafa233 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,9 +7,9 @@ gssdir = $(libdir)/gss gss_LTLIBRARIES = mech_eap.la mech_eap_la_CPPFLAGS = -DBUILD_GSSEAP_LIB -DSYSCONFDIR=\"${sysconfdir}\" -DDATAROOTDIR=\"${datarootdir}\" -mech_eap_la_CFLAGS = -g -O -Wall -Wunused-parameter \ +mech_eap_la_CFLAGS = -Wall -Wunused-parameter \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ @TARGET_CFLAGS@ -mech_eap_la_CXXFLAGS = -g -O -Wall -Wunused-parameter \ +mech_eap_la_CXXFLAGS = -Wall -Wunused-parameter \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ \ @SHIBRESOLVER_CXXFLAGS@ @SHIBSP_CXXFLAGS@ @TARGET_CFLAGS@ mech_eap_la_LDFLAGS = -avoid-version -module \