aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/breakpoint/cpp/Makefile
blob: 3b4be01d551f4666b6b3a0ed73a0e982f03a88b3 (plain)
1
2
3
4
5
6
7
8
9
CXX_SOURCES := main.cpp
CXXFLAGS_EXTRAS := -std=c++14

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


include Makefile.rules