From 6fd87963d3c3104064814025287802a58bb91f90 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 18 Apr 2016 22:05:17 +0200 Subject: [PATCH] fix a typo in the Makefile we propose to our users --- doc/doxygen/install.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/install.doc b/doc/doxygen/install.doc index 6414be409e..1ce4cd84ec 100644 --- a/doc/doxygen/install.doc +++ b/doc/doxygen/install.doc @@ -388,7 +388,7 @@ WARNING = -Wshadow -Wcast-align -Waggregate-return -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith -Wwrite-strings -finline-functions # CFLAGS = -g -O0 $(WARNINGS) # Use this line to make debugging easier -CFLAGS = -g -02 $(WARNINGS) # Use this line to get better performances +CFLAGS = -g -O2 $(WARNINGS) # Use this line to get better performances # No change should be mandated past that line ############################################# -- 2.20.1