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

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


include Makefile.rules