summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile
blob: 56bf159ec07298bf3aa420cbdc432c19c8519147 (plain)
1
2
3
4
5
6
7
CXX_SOURCES := main.cpp

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

include Makefile.rules
OpenPOWER on IntegriCloud