summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/Makefile
blob: d94874a7a05cafd82b9777b70c7d5510ab429074 (plain)
1
2
3
4
5
6
7
CXX_SOURCES := calling.cpp

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

include Makefile.rules
OpenPOWER on IntegriCloud