ask autotools for c++14 support flags, not c++11; don't override later
This commit is contained in:
parent
21ebf6a160
commit
dc99ea4483
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
makefiles = local.mk
|
||||
|
||||
GLOBAL_CXXFLAGS += -std=c++14 -g -Wall
|
||||
GLOBAL_CXXFLAGS += -g -Wall
|
||||
|
||||
-include Makefile.config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue