xref: /freebsd/contrib/elftoolchain/libpe/os.Linux.mk (revision 0fe0fe112fa6cc220f14a1a9196b51fdc79edc72)
1# $Id: os.Linux.mk 3312 2016-01-10 09:23:51Z kaiwang27 $
2
3CFLAGS+=	-Wall -Wno-unused-parameter -Wstrict-prototypes \
4		-Wmissing-prototypes -Wpointer-arith -Wreturn-type \
5		-Wcast-qual -Wwrite-strings -Wswitch -Wshadow \
6		-Wcast-align -Wunused-parameter
7