summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/Makefile
blob: 9645fd9cc8dfbca23e168e8495511d3712000e98 (plain) (blame)
1
2
3
4
5
6
7
C_SOURCES := main.c

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

include Makefile.rules