forked from OSchip/llvm-project
[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:
parent
abeeae570e
commit
5fe0da6d7b
|
@ -1,4 +1,5 @@
|
|||
CXX_SOURCES := main.cpp
|
||||
CFLAGS := -g -O0
|
||||
|
||||
DEBUG_INFO_FLAG := -gdwarf -O0
|
||||
|
||||
include Makefile.rules
|
||||
|
|
Loading…
Reference in New Issue