From: Jonas Fonseca Date: Fri, 19 May 2006 19:25:35 +0000 (+0200) Subject: Add -Werror to the cc debug flags X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=19f862bdd79fbdba6c857713425e91f8190dadc5;p=tig.git Add -Werror to the cc debug flags --- diff --git a/Makefile b/Makefile index c1fd656..6eaffd4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX = $(HOME) LDLIBS = -lcurses CFLAGS = -Wall -DFLAGS = -g -DDEBUG +DFLAGS = -g -DDEBUG -Werror PROGS = tig DOCS = tig.1.txt tig.1.html tig.1 README.html