aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/inline-stepping/Makefile
blob: 532f49555e5fe866af8e65097c287b61cfe5072a (plain) (blame)
1
2
3
4
5
6
7
8
9
LEVEL = ../../make

CXX_SOURCES := calling.cpp

ifneq (,$(findstring icc,$(CC)))
    CXXFLAGS += -debug inline-debug-info
endif

include $(LEVEL)/Makefile.rules