Replacing -ansi with -pedantic

This commit is contained in:
Pierre Pronchery 2009-07-12 00:54:13 +00:00
parent 198f34eb98
commit 61bc938dd6
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ BINDIR = $(PREFIX)/bin
CC = cc
CPPFLAGSF=
CPPFLAGS=
CFLAGSF = -W -Wall -ansi `pkg-config gtk+-2.0 --cflags`
CFLAGSF = -W -Wall -pedantic `pkg-config gtk+-2.0 --cflags`
CFLAGS = -g
LDFLAGSF= `pkg-config gtk+-2.0 --libs`
RM = rm -f

View File

@ -1,5 +1,5 @@
targets=calendar,fontsel,progress,run
cflags_force=-W -Wall -ansi `pkg-config gtk+-2.0 --cflags`
cflags_force=-W -Wall -pedantic `pkg-config gtk+-2.0 --cflags`
cflags=-g
ldflags_force=`pkg-config gtk+-2.0 --libs`
dist=Makefile