From: Arnaud Giersch Date: Mon, 23 May 2011 06:36:34 +0000 (+0200) Subject: Compile with -std=c++0x. X-Git-Tag: v0.1~62^2~13 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/3c8c4916710f8dea39786aaffca1edbccd1397a7?ds=sidebyside;hp=-c Compile with -std=c++0x. --- 3c8c4916710f8dea39786aaffca1edbccd1397a7 diff --git a/Makefile b/Makefile index c714785..5b0d491 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ CPPFLAGS += $(CHECK_FLAGS) #CFLAGS += -fgnu89-inline # workaround simgrid bug CFLAGS += $(OPTIM_FLAGS) $(DEBUG_FLAGS) -#CXXFLAGS += -std=c++0x +CXXFLAGS += -std=c++0x CXXFLAGS += $(OPTIM_FLAGS) $(DEBUG_FLAGS) LDFLAGS += -L $(SIMGRID_INSTALL_DIR)/lib