From: Peter Verthez <Peter.Verthez@advalvas.be>
Date: Sat, 5 Oct 2002 07:35:00 +0000 (+0000)
Subject: Compile with -O2
X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=c035581ee0617326ce4ff797bfd2e089af44c574;p=gedcom-parse.git

Compile with -O2
---

diff --git a/iconv/glibc/Makefile.am b/iconv/glibc/Makefile.am
index 3c2da3e..d9921d4 100644
--- a/iconv/glibc/Makefile.am
+++ b/iconv/glibc/Makefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 # $Id$
 # $Name$
-CFLAGS  = -g
+CFLAGS  = -g -O2
 INCLUDES = -I$(srcdir)/..
 libdir  = $(pkgdatadir)