From: Martin Quinson Date: Mon, 18 Apr 2016 20:05:17 +0000 (+0200) Subject: fix a typo in the Makefile we propose to our users X-Git-Tag: v3_13~67^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6fd87963d3c3104064814025287802a58bb91f90?ds=sidebyside;hp=26bb66f21f5c3b1a8f4f07fdf69d75343693aec3 fix a typo in the Makefile we propose to our users --- 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 #############################################