From 6c7f5c9547de6a313e5ab9207dc83dd7e0e81c40 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 30 Apr 2018 13:28:59 +0200 Subject: [PATCH] Update CXXFLAGS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ec6c5d..a30e931 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++11 CXXFLAGS += $(OPTIM_FLAGS) $(DEBUG_FLAGS) LDFLAGS += -L $(SIMGRID_INSTALL_DIR)/lib -- 2.39.5