X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/userv-utils/blobdiff_plain/33b946d92ffbe495aee70d8a49d3314975494a63..2c310400b1f8dafa3475bfc0efdba14359603c66:/ipif/Makefile diff --git a/ipif/Makefile b/ipif/Makefile index 24d74ad..0d89ae0 100644 --- a/ipif/Makefile +++ b/ipif/Makefile @@ -1,7 +1,8 @@ # +OPTIMISE= -O2 CFLAGS= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith \ - -Wwrite-strings -g -D_GNU_SOURCE + -Wwrite-strings -g $(OPTIMISE) -D_GNU_SOURCE etcdir= /etc prefix= /usr/local