aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/Makefile
blob: 778d3e58ab56facdd9b3fd528cee292b8f69e06a (plain)
1
2
3
4
5
6
7
8
CXX_SOURCES := main.cpp

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


include Makefile.rules