From: Frederic Suter Date: Mon, 18 Apr 2016 21:29:28 +0000 (+0200) Subject: commit log highlighted another typo ;) X-Git-Tag: v3_13~66 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0cc8502e019634b3420238d1622c5ff60c50d506 commit log highlighted another typo ;) --- 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 #############################################