chiark / gitweb /
Bugfixes: use -O2, and defend against fgets giving an empty string.
[userv-utils.git] / ipif / Makefile
index 24d74adad11c378d633eb91a57672b522eca1076..0d89ae0a8d2548855b75c7eb95d3fcbbd5d36551 100644 (file)
@@ -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