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

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


include Makefile.rules
OpenPOWER on IntegriCloud