From 2d2195cf1caaac1c5a3b081fc1a49d1f7c12bc96 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Sun, 17 Nov 2013 14:36:18 +0100 Subject: Makefile: C++11 has been ready for a while now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b480e1c..e36a97f 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ LDLIBS=-lboost_program_options -lstdc++ CXXFLAGS?=-O2 -Wall -CXXFLAGS+=-std=c++0x +CXXFLAGS+=-std=c++11 CPPFLAGS+=-D_FILE_OFFSET_BITS=64 all: hadori.1 -- cgit v1.2.3