From 02e25d8d8404ae6303b151b64e83d47e41cb13dc Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 4 Jul 2013 22:00:19 +0200 Subject: add -O2, -Wall and -Werror to CFLAGS --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e578e8b..4b859b0 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3-54-g00ecf