aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/breakpoint/breakpoint_locations/Makefile
blob: 304633c2dca1f293c107ec811f3c2362a537457d (plain)
1
2
3
4
5
6
7
C_SOURCES := main.c

ifeq ($(CC_TYPE), icc)
    CFLAGS_EXTRAS := -debug inline-debug-info
endif

include Makefile.rules