Merge pull request #1997 from dtzWill/fix/cxx14-std-consistency
ask autotools for c++14 support flags, not c++11; don't override later
This commit is contained in:
commit
bed22114bf
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -25,7 +25,7 @@ makefiles = \
|
|||
tests/local.mk \
|
||||
tests/plugins/local.mk
|
||||
|
||||
GLOBAL_CXXFLAGS += -std=c++14 -g -Wall -include config.h
|
||||
GLOBAL_CXXFLAGS += -g -Wall -include config.h
|
||||
|
||||
-include Makefile.config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue