Skip to content

Commit

Permalink
[LLDB] Fix TestSTL.py on Windows
Browse files Browse the repository at this point in the history
TestSTL.py was broken by 9c6e043.
This patch fixes it with changes to its Makefile.
  • Loading branch information
omjavaid committed Jun 30, 2022
1 parent abeeae5 commit 5fe0da6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lldb/test/API/lang/cpp/stl/Makefile
@@ -1,4 +1,5 @@
CXX_SOURCES := main.cpp
CFLAGS := -g -O0

DEBUG_INFO_FLAG := -gdwarf -O0

include Makefile.rules

0 comments on commit 5fe0da6

Please sign in to comment.