From: Jonas Fonseca Date: Fri, 19 May 2006 19:25:35 +0000 (+0200) Subject: Add -Werror to the cc debug flags X-Git-Tag: tig-0.4~86 X-Git-Url: https://git.distorted.org.uk/~mdw/tig/commitdiff_plain/19f862bdd79fbdba6c857713425e91f8190dadc5?hp=67e48ac5f5b8a2333710625cb782f840dba27079 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