X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/193e26b3f5577626bce1131ea5977663610e8a0b..180bb2169a8dbe211647c7790736f8a53c7d552f:/doc/tuto-msg/Makefile diff --git a/doc/tuto-msg/Makefile b/doc/tuto-msg/Makefile index 01981ad10a..8340d9272c 100644 --- a/doc/tuto-msg/Makefile +++ b/doc/tuto-msg/Makefile @@ -19,8 +19,8 @@ WARNING = -Wshadow -Wcast-align -Waggregate-return -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith -Wwrite-strings WARNING += -Werror # Comment that line to not be in paranoid mode -# CFLAGS = -g -O0 $(WARNINGS) # Use this line to make debugging easier -CFLAGS = -g -O2 $(WARNINGS) # Use this line to get better performance +# CFLAGS = -std=gnu99 -g -O0 $(WARNINGS) # Use this line to make debugging easier +CFLAGS = -std=gnu99 -g -O2 $(WARNINGS) # Use this line to get better performance # No change should be mandated past that line ############################################# @@ -36,6 +36,6 @@ CFLAGS = -g -O2 $(WARNINGS) # Use this line to get better performance $(CC) -I$(strip $(SIMGRID_INSTALL_PATH))/include -L$(strip $(SIMGRID_INSTALL_PATH))/lib/ $(CFLAGS) $^ -lsimgrid -o $@ clean: - rm -f *.o *~ masterworker + rm -f *.o *~ masterworker masterworker-sol1 masterworker-sol2 masterworker-sol3 masterworker-sol4 .PHONY: clean