llvm-project/lldb/test/API/functionalities/breakpoint/cpp/Makefile

10 lines
167 B
Makefile

CXX_SOURCES := main.cpp
CXXFLAGS_EXTRAS := -std=c++14
ifneq (,$(findstring icc,$(CC)))
CXXFLAGS_EXTRAS := -debug inline-debug-info
endif
include Makefile.rules