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

@ -1,9 +1,9 @@
SUFFIXES += .c
cWARN =
cc = icc -gcc-version=400
cWARN =
include $(DEFAULT_RULES)/c$(WM_COMPILE_OPTION)
cFLAGS = $(GFLAGS) $(cWARN) $(cOPT) $(cDBUG) $(LIB_HEADER_DIRS) -KPIC