summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/python_api/frame/inlines/Makefile
blob: e6d9d8310a0fa83f7fa0a9c966cb7eeec9518706 (plain) (blame)
1
2
3
4
5
6
7
C_SOURCES := inlines.c

ifneq (,$(findstring icc,$(CC)))
    CFLAGS_EXTRAS := -debug inline-debug-info
endif

include Makefile.rules