From af7b57a08518b9dc8863a8b63b4fb0d6d7be41d2 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 2 Sep 2016 17:39:50 +0200 Subject: Set -Wall flag --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bc09713..d7914f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,8 @@ else GITVERSION_FLAGS = endif -AM_CPPFLAGS = -g -O2 $(GITVERSION_FLAGS) +AM_CPPFLAGS = -Wall $(GITVERSION_FLAGS) +AM_CFLAGS = -Wall etisnoop_SOURCES = dabplussnoop.cpp dabplussnoop.hpp \ etiinput.cpp etiinput.hpp \ -- cgit v1.2.3