From e32cc549d19a0fb59febf8487d604bf4a7f774b5 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 4 Jul 2013 21:58:31 +0200 Subject: add -O2 and -Wall to CFLAGS --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bd092f1..bd6746c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ # netlink-notify - Notify about netlink changes CC := gcc +CFLAGS += -O2 -Wall CFLAGS += $(shell pkg-config --cflags --libs libnotify) VERSION = $(shell git describe --tags --long) -- cgit v1.2.3-54-g00ecf