CONFIG: consolidate C++ flags per compiler type

- easier to ensure that flags are consistent
This commit is contained in:
Mark Olesen
2018-03-21 11:50:57 +01:00
parent 936d897768
commit 2db4b0867e
79 changed files with 144 additions and 866 deletions

View File

@ -3,7 +3,7 @@ CPP = cpp -traditional-cpp $(GFLAGS)
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
include $(GENERAL_RULES)/standard
include $(GENERAL_RULES)/Clang/openmp
include $(DEFAULT_RULES)/openmp
include $(DEFAULT_RULES)/c
include $(DEFAULT_RULES)/c++