diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-05-04T15·16+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-05-04T15·16+0200 |
commit | 75d2492f20dc513337de3ef2d45e1d5c68c7dff8 (patch) | |
tree | 61c9ee0856ef91bc3e4c524eeccf845828ccf9ad /Makefile | |
parent | 16d9c872e41eb39248d88a3ba7c5706267676153 (diff) |
Make the aws-cpp-sdk dependency optional
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 52312343d429..8f3688475e62 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ makefiles = \ doc/manual/local.mk \ tests/local.mk -GLOBAL_CXXFLAGS += -std=c++0x -g -Wall +GLOBAL_CXXFLAGS += -std=c++11 -g -Wall -include Makefile.config |