File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libpdel / Makefile.inc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:25:53 2012 UTC (12 years, 3 months ago) by misho
Branches: libpdel, MAIN
CVS tags: v0_5_3, HEAD
libpdel

# $Id: Makefile.inc,v 1.1.1.1 2012/02/21 23:25:53 misho Exp $

PREFIX?=	/usr/local

CFLAGS+=	-O2

CFLAGS+=	-Wall \
		-Wcast-align \
		-Wchar-subscripts \
		-Wcomment \
		-Wformat \
		-Wimplicit \
		-Wmissing-declarations \
		-Wmissing-prototypes \
		-Wnested-externs \
		-Wno-long-long \
		-Wparentheses \
		-Wpointer-arith \
		-Wreturn-type \
		-Wswitch \
		-Wtrigraphs \
		-Wuninitialized \
		-Wunused \
		-Wwrite-strings

#CFLAGS+=	-Waggregate-return
#CFLAGS+=	-Wcast-qual
#CFLAGS+=	-Werror
#CFLAGS+=	-Wredundant-decls
#CFLAGS+=	-Wshadow
#CFLAGS+=	-Wstrict-prototypes

CFLAGS+=	-g


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>