[LLDB] Fix TestSTL.py on Windows

TestSTL.py was broken by 9c6e043592.
This patch fixes it with changes to its Makefile.
This commit is contained in:
Muhammad Omair Javaid 2022-06-30 12:25:43 +04:00
parent abeeae570e
commit 5fe0da6d7b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
CXX_SOURCES := main.cpp
CFLAGS := -g -O0
DEBUG_INFO_FLAG := -gdwarf -O0
include Makefile.rules