aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-10-20 11:33:48 -0400
committerShea Levy <shea@shealevy.com>2014-10-20 11:33:48 -0400
commitf040159f77e518e5eda87a0c092e6c20d87a572b (patch)
treec67e106354350859ebe39fcac92357cab619ea6f /Makefile
parentecc2c8f46452c5041dca34bcfd24bbd863d1d46e (diff)
Revert "Drop support for pre-c++11 compilers."
The breakage this fixed can be worked around without removing support. This reverts commit 84a13dc576496f1227665259c61f86184f452f51.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ada6030d..b41a82027 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ makefiles = \
doc/manual/local.mk \
tests/local.mk
-GLOBAL_CXXFLAGS += -std=c++11 -g -Wall
+GLOBAL_CXXFLAGS += -std=c++0x -g -Wall
include Makefile.config