Makefile 140 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 CXX_SOURCES := calling.cpp ifneq (,$(findstring icc,$(CC))) CXXFLAGS_EXTRAS := -debug inline-debug-info endif include Makefile.rules