summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-11-17 14:36:18 +0100
committerTimo Weingärtner <timo@tiwe.de>2013-11-17 14:47:12 +0100
commit2d2195cf1caaac1c5a3b081fc1a49d1f7c12bc96 (patch)
tree2c474c58e200825c2315d6f0cfc15bf4ed2adcbc
parent38c62a8019f1a19ec93ea16d34fa2f05c702a564 (diff)
downloadhadori-2d2195cf1caaac1c5a3b081fc1a49d1f7c12bc96.tar.gz
Makefile: C++11 has been ready for a while now
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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