diff options
author | Shea Levy <shea@shealevy.com> | 2014-10-20T15·33-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2014-10-20T15·33-0400 |
commit | f040159f77e518e5eda87a0c092e6c20d87a572b (patch) | |
tree | c67e106354350859ebe39fcac92357cab619ea6f /Makefile | |
parent | ecc2c8f46452c5041dca34bcfd24bbd863d1d46e (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 5ada6030df1a..b41a820275f4 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 |