diff options
author | Christian Hesse <mail@eworm.de> | 2013-07-04 22:00:19 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-07-04 22:00:19 +0200 |
commit | 02e25d8d8404ae6303b151b64e83d47e41cb13dc (patch) | |
tree | b21a7d6158fce6cbb06da83df8313a9b6f26c578 /Makefile | |
parent | 2423c58ba32ade5a2a1c6a05937ae1921e37e232 (diff) | |
download | mpd-notification-02e25d8d8404ae6303b151b64e83d47e41cb13dc.tar.gz mpd-notification-02e25d8d8404ae6303b151b64e83d47e41cb13dc.tar.zst |
add -O2, -Wall and -Werror to CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ # mpd-notification - Notify about tracks played by mpd CC := gcc +CFLAGS += -O2 -Wall -Werror CFLAGS += $(shell pkg-config --cflags --libs libmpdclient) \ $(shell pkg-config --cflags --libs libnotify) VERSION = $(shell git describe --tags --long) |