Files
clang-p2996/lldb/test/API/tools/lldb-vscode/optimized/Makefile
Jeffrey Tan 46c1f77e16 Add [opt] suffix to optimized stack frame in lldb-vscode
To help user identify optimized code This diff adds a "[opt]" suffix to
optimized stack frames in lldb-vscode. This provides consistent experience
as command line lldb.

It also adds a new "optimized" attribute to DAP stack frame object so that
it is easy to identify from telemetry than parsing trailing "[opt]".

Differential Revision: https://reviews.llvm.org/D126013
2022-05-23 10:03:13 -07:00

4 lines
77 B
Makefile

CXX_SOURCES := main.cpp
CXXFLAGS_EXTRAS := -O3 -glldb
include Makefile.rules