[Lldb-commits] [lldb] [lldb-dap] Enabling instruction breakpoint support to lldb-dap. (PR #105278)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 21 14:04:30 PDT 2024


================
@@ -0,0 +1,6 @@
+CXX_SOURCES := main-copy.cpp
+CXXFLAGS_EXTRAS := -O1 -g
----------------
walter-erquinigo wrote:

why don't you use -O0?

https://github.com/llvm/llvm-project/pull/105278


More information about the lldb-commits mailing list