Files
clang-p2996/lldb/test/API/lang/cpp/stl/Makefile
Muhammad Omair Javaid 8b7f5ee5f0 [LLDB] Fix TestSTL.py Makefile to remove -gdwarf O0
This is a follow up to my previous commit where TestSTL.py got broken
due to 9c6e043592.
Now that we force dwarf symbols by default on windows we dont need to
specifically put -gdwarf O0 in debug flags for this test.
2022-06-30 14:06:21 +04:00

4 lines
48 B
Makefile

CXX_SOURCES := main.cpp
include Makefile.rules