9 lines
140 B
Makefile
9 lines
140 B
Makefile
CXX_SOURCES := calling.cpp
|
|
|
|
ifneq (,$(findstring icc,$(CC)))
|
|
CXXFLAGS_EXTRAS := -debug inline-debug-info
|
|
endif
|
|
|
|
|
|
include Makefile.rules
|