From 0cc8502e019634b3420238d1622c5ff60c50d506 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Mon, 18 Apr 2016 23:29:28 +0200 Subject: [PATCH] commit log highlighted another typo ;) --- 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 1ce4cd84ec..419bb0e184 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 -O2 $(WARNINGS) # Use this line to get better performances +CFLAGS = -g -O2 $(WARNINGS) # Use this line to get better performance # No change should be mandated past that line ############################################# -- 2.39.2