1CXX_SOURCES := main.cpp
2
3ifneq (,$(findstring icc,$(CC)))
4    CXXFLAGS_EXTRAS := -debug inline-debug-info
5endif
6
7
8include Makefile.rules
9