aboutsummaryrefslogblamecommitdiff
path: root/packages/Python/lldbsuite/test/python_api/frame/inlines/Makefile
blob: 641ee5d96ca6810df4c9cd9aa24d1d72bc6d3a40 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                      
LEVEL = ../../../make

C_SOURCES := inlines.c

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

include $(LEVEL)/Makefile.rules