diff options
author | Christian Hesse <mail@eworm.de> | 2013-07-04 21:58:31 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-07-04 21:58:31 +0200 |
commit | e32cc549d19a0fb59febf8487d604bf4a7f774b5 (patch) | |
tree | 19bf77ba727637c08e657e56b0f4b239f574be90 | |
parent | dabd6aa38d39c78144856543809cb32d1da0dbbf (diff) | |
download | netlink-notify-e32cc549d19a0fb59febf8487d604bf4a7f774b5.tar.gz netlink-notify-e32cc549d19a0fb59febf8487d604bf4a7f774b5.tar.zst |
add -O2 and -Wall to CFLAGS
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |