aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/GNUmakefile
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 21:18:30 +0000
committerlloyd <[email protected]>2008-09-30 21:18:30 +0000
commitf5dda75d37bb9a33d01aae498ce4d255c9552423 (patch)
tree8d3a6d9b18d217a60212a4204f79fa402054fb32 /doc/examples/GNUmakefile
parentccc41c28125e09ad3f88ba863f1c21f7a957e4a0 (diff)
Merge examples makefile with mainline version
Diffstat (limited to 'doc/examples/GNUmakefile')
-rw-r--r--doc/examples/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/GNUmakefile b/doc/examples/GNUmakefile
index 4b45af0a6..0820b4bdb 100644
--- a/doc/examples/GNUmakefile
+++ b/doc/examples/GNUmakefile
@@ -3,7 +3,7 @@
BOTAN_DIR = ../..
CXX = g++
-CFLAGS = -O2 -ansi -W -Wall
+CFLAGS = -O2 -ansi -W -Wall -Werror
INCLUDES = $(shell $(BOTAN_DIR)/botan-config --cflags)