diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 78d85ebc58f2..bcfa89dd2305 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 |