From 3c8c4916710f8dea39786aaffca1edbccd1397a7 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 23 May 2011 08:36:34 +0200 Subject: [PATCH] Compile with -std=c++0x. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5