From 37f42fe4cc3f2a340a9c2f05207d1ef5607fe1b0 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Mon, 14 Oct 2002 18:48:13 +0000 Subject: [PATCH] Add compiler flags for warnings. --- utf8/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/utf8/Makefile.am b/utf8/Makefile.am index bcf29c2..337c52f 100644 --- a/utf8/Makefile.am +++ b/utf8/Makefile.am @@ -5,6 +5,7 @@ SUBDIRS = libcharset . INCLUDES = -I $(srcdir)/libcharset +CFLAGS = -g -O2 -W -Wall -pedantic -Wno-long-long noinst_LTLIBRARIES = libutf8.la libutf8_la_SOURCES = utf8-locale.c -- 2.30.2