diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-11-17 14:36:18 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-11-17 14:47:12 +0100 |
commit | 2d2195cf1caaac1c5a3b081fc1a49d1f7c12bc96 (patch) | |
tree | 2c474c58e200825c2315d6f0cfc15bf4ed2adcbc /Makefile | |
parent | 38c62a8019f1a19ec93ea16d34fa2f05c702a564 (diff) | |
download | hadori-2d2195cf1caaac1c5a3b081fc1a49d1f7c12bc96.tar.gz |
Makefile: C++11 has been ready for a while now
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |