Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix a typo in the Makefile we propose to our users
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 18 Apr 2016 20:05:17 +0000 (22:05 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 18 Apr 2016 20:05:17 +0000 (22:05 +0200)
doc/doxygen/install.doc

index 6414be4..1ce4cd8 100644 (file)
@@ -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
 #############################################