aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoins/Makefile
blob: f89b52a972e9f764eb804c0e7ec30050e2cab722 (plain) (blame)
1
2
3
4
5
6
7
8
9
LEVEL = ../../../make

CXX_SOURCES := main.cpp

ifneq (,$(findstring icc,$(CC)))
    CXXFLAGS += -debug inline-debug-info
endif

include $(LEVEL)/Makefile.rules