Replacing -ansi with -pedantic
This commit is contained in:
parent
5199ae872e
commit
5f2517a809
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user