From: Peter Verthez Date: Mon, 14 Oct 2002 18:48:13 +0000 (+0000) Subject: Add compiler flags for warnings. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;h=37f42fe4cc3f2a340a9c2f05207d1ef5607fe1b0;p=gedcom-parse.git Add compiler flags for warnings. --- 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