aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-07-04 21:58:31 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-07-04 21:58:31 +0200
commite32cc549d19a0fb59febf8487d604bf4a7f774b5 (patch)
tree19bf77ba727637c08e657e56b0f4b239f574be90
parentdabd6aa38d39c78144856543809cb32d1da0dbbf (diff)
downloadnetlink-notify-e32cc549d19a0fb59febf8487d604bf4a7f774b5.tar.gz
netlink-notify-e32cc549d19a0fb59febf8487d604bf4a7f774b5.tar.zst
add -O2 and -Wall to CFLAGS
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)