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

CXX_SOURCES := main.cpp

ifeq ($(CC_TYPE), icc)
    CXXFLAGS_EXTRAS := -debug inline-debug-info
endif


include Makefile.rules