Code

Add -Werror to the cc debug flags
authorJonas Fonseca <fonseca@diku.dk>
Fri, 19 May 2006 19:25:35 +0000 (21:25 +0200)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Fri, 19 May 2006 19:25:35 +0000 (21:25 +0200)
Makefile

index c1fd656c2633618dc93170ab57ebfe6b0c86082c..6eaffd4634c2e5988f41685a95ebf8f24b6eae3d 100644 (file)
--- 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