1CXX_SOURCES := main.cpp 2 3USE_LIBCPP := 1 4 5# We need debug info tuning for lldb in order to emit the preferred name for 6# std::string. See https://reviews.llvm.org/D145803. 7CXXFLAGS_EXTRAS := -std=c++14 -glldb 8include Makefile.rules 9
1CXX_SOURCES := main.cpp 2 3USE_LIBCPP := 1 4 5# We need debug info tuning for lldb in order to emit the preferred name for 6# std::string. See https://reviews.llvm.org/D145803. 7CXXFLAGS_EXTRAS := -std=c++14 -glldb 8include Makefile.rules 9