about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-03-29T23·49+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-03-29T23·49+0100
commit1c2550a2ae826c422cf6d34f1c5c3e687474929d (patch)
tree7b5ea30955dce2ff3fd44ad310cfc113f02c9f52 /Makefile
parent9becaa041f4a597dc085e58ebe8f66a4f95d018e (diff)
boost::shared_ptr -> std::shared_ptr
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78d85ebc58..bcfa89dd23 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,8 @@ makefiles = \
   doc/manual/local.mk \
   tests/local.mk
 
+GLOBAL_CXXFLAGS += -std=c++0x
+
 include Makefile.config
 
 include mk/lib.mk