diff options
Diffstat (limited to 'lldb/test/python_api/frame')
| -rw-r--r-- | lldb/test/python_api/frame/inlines/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/python_api/frame/inlines/Makefile b/lldb/test/python_api/frame/inlines/Makefile index c5b0d18f995..641ee5d96ca 100644 --- a/lldb/test/python_api/frame/inlines/Makefile +++ b/lldb/test/python_api/frame/inlines/Makefile @@ -2,4 +2,8 @@ LEVEL = ../../../make C_SOURCES := inlines.c +ifneq (,$(findstring icc,$(CC))) + CFLAGS += -debug inline-debug-info +endif + include $(LEVEL)/Makefile.rules |

