opnsense-src/packages/Python/lldbsuite/test/python_api/frame/inlines/Makefile

10 lines
158 B
Makefile
Raw Normal View History

LEVEL = ../../../make
C_SOURCES := inlines.c
ifneq (,$(findstring icc,$(CC)))
CFLAGS += -debug inline-debug-info
endif
include $(LEVEL)/Makefile.rules