llvm/lldb/test/API/functionalities/breakpoint/step_over_breakpoint/Makefile

CXX_SOURCES := main.cpp

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


include Makefile.rules