Replacing -ansi with -pedantic

This commit is contained in:
Pierre Pronchery 2009-07-12 22:42:31 +00:00
parent 5199ae872e
commit 5f2517a809
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ LIBDIR = $(PREFIX)/lib
CC = cc
CPPFLAGSF=
CPPFLAGS= -D WITH_SSL -I ../include
CFLAGSF = -W -Wall -ansi -fPIC
CFLAGSF = -W -Wall -pedantic -fPIC
CFLAGS = -g
AR = ar -rc
RANLIB = ranlib

View File

@ -1,6 +1,6 @@
targets=libSystem
cppflags=-D WITH_SSL -I ../include
cflags_force=-W -Wall -ansi -fPIC
cflags_force=-W -Wall -pedantic -fPIC
cflags=-g
dist=Makefile,appinterface.h,token.h