chiark
/
gitweb
/
~mdw
/
tig
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67e48ac
)
Add -Werror to the cc debug flags
author
Jonas Fonseca
<fonseca@diku.dk>
Fri, 19 May 2006 19:25:35 +0000
(21:25 +0200)
committer
Jonas Fonseca
<fonseca@antimatter.localdomain>
Fri, 19 May 2006 19:25:35 +0000
(21:25 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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