From: Arnaud Giersch Date: Tue, 3 Jul 2018 09:15:50 +0000 (+0200) Subject: Build against simgrid-stable by default. X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/53a788a711ff43849a434de08a1d052fe4212686?ds=sidebyside;hp=0f9219702e204df9a2bb256ce1a429cc21a0aab0 Build against simgrid-stable by default. --- diff --git a/Makefile b/Makefile index a30e931..21457ba 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -#SIMGRID_INSTALL_DIR ?= $(PWD)/simgrid-stable -SIMGRID_INSTALL_DIR ?= $(PWD)/simgrid-dev +SIMGRID_INSTALL_DIR ?= $(PWD)/simgrid-stable +#SIMGRID_INSTALL_DIR ?= $(PWD)/simgrid-dev OPTIM_FLAGS += -pipe -O3 DEBUG_FLAGS += -g