From 19f862bdd79fbdba6c857713425e91f8190dadc5 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Fri, 19 May 2006 21:25:35 +0200 Subject: [PATCH] Add -Werror to the cc debug flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0