summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-08-28 17:45:34 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-08-28 17:45:34 -0700
commitcd2f77d39251be4326f9d75ba10ab8ac5686475e (patch)
tree8cd9500c39752a50b22e9a7f92966fb09eb4f48c /Makefile
parent22dd1980f6750d96cb574fcbefd9a40bafb73f1c (diff)
Incremental improvements to cbparser, and a test.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 110a263..bcf217b 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ CC=gcc
CXX=g++
CFLAGS=-std=c99
INCLUDE=-Idescriptor -Isrc -Itests -I.
-CPPFLAGS=-Wall -Wextra -g $(INCLUDE) $(strip $(shell test -f perf-cppflags && cat perf-cppflags))
+CPPFLAGS=-Wall -Wextra -Werror -g $(INCLUDE) $(strip $(shell test -f perf-cppflags && cat perf-cppflags))
LDLIBS=-lpthread
LIBUPB=src/libupb.a
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback