forked from OSchip/llvm-project
10 lines
161 B
Makefile
10 lines
161 B
Makefile
|
LEVEL = ../../make
|
||
|
|
||
|
CXX_SOURCES := calling.cpp
|
||
|
|
||
|
ifneq (,$(findstring icc,$(CC)))
|
||
|
CXXFLAGS += -debug inline-debug-info
|
||
|
endif
|
||
|
|
||
|
include $(LEVEL)/Makefile.rules
|