From c035581ee0617326ce4ff797bfd2e089af44c574 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sat, 5 Oct 2002 07:35:00 +0000 Subject: [PATCH] Compile with -O2 --- iconv/glibc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2