llvm-project/lldb/test/API/python_api/frame/inlines/Makefile

8 lines
133 B
Makefile

C_SOURCES := inlines.c
ifneq (,$(findstring icc,$(CC)))
CFLAGS_EXTRAS := -debug inline-debug-info
endif
include Makefile.rules