1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

ask autotools for c++14 support flags, not c++11; don't override later

This commit is contained in:
Will Dietz 2018-03-20 11:25:13 -05:00
parent 21ebf6a160
commit dc99ea4483
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,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