diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/python_api/frame/inlines/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/python_api/frame/inlines/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/python_api/frame/inlines/Makefile b/packages/Python/lldbsuite/test/python_api/frame/inlines/Makefile new file mode 100644 index 0000000..641ee5d --- /dev/null +++ b/packages/Python/lldbsuite/test/python_api/frame/inlines/Makefile @@ -0,0 +1,9 @@ +LEVEL = ../../../make + +C_SOURCES := inlines.c + +ifneq (,$(findstring icc,$(CC))) + CFLAGS += -debug inline-debug-info +endif + +include $(LEVEL)/Makefile.rules |