aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/frame/inlines/Makefile
blob: cf17569a5e351abdb65886b7ff7cdf6e4bb06759 (plain)
1
2
3
4
5
6
7
C_SOURCES := inlines.c

ifeq ($(CC_TYPE), icc)
    CFLAGS_EXTRAS := -debug inline-debug-info
endif

include Makefile.rules