diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-02 17:39:50 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-02 17:39:50 +0200 |
commit | af7b57a08518b9dc8863a8b63b4fb0d6d7be41d2 (patch) | |
tree | e046f8ace87b0bc32bc49874775f812e099d2ec1 | |
parent | f9c8811b8b5679258094be9358fbe40a2c0ed594 (diff) | |
download | etisnoop-af7b57a08518b9dc8863a8b63b4fb0d6d7be41d2.tar.gz etisnoop-af7b57a08518b9dc8863a8b63b4fb0d6d7be41d2.tar.bz2 etisnoop-af7b57a08518b9dc8863a8b63b4fb0d6d7be41d2.zip |
Set -Wall flag
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |