aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/GNUmakefile
diff options
context:
space:
mode:
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 e61c31b0a..fc4755d96 100644
--- a/doc/examples/GNUmakefile
+++ b/doc/examples/GNUmakefile
@@ -2,7 +2,7 @@
BOTAN_CONFIG = botan-config
CXX = g++-4.7.0
-CFLAGS = -O0 -g -ansi -std=c++11 -W -Wall -I../../build/include
+CFLAGS = -O2 -ansi -std=c++11 -W -Wall -I../../build/include
LIBS = -L../.. -lbotan-1.11
SRCS=$(wildcard *.cpp)