[LLDB] Fix TestSTL.py Makefile to remove -gdwarf O0
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Thu, 30 Jun 2022 10:01:30 +0000 (14:01 +0400)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Thu, 30 Jun 2022 10:06:21 +0000 (14:06 +0400)
This is a follow up to my previous commit where TestSTL.py got broken
due to 9c6e04359282e9051f7b2744b99266ece32db001.
Now that we force dwarf symbols by default on windows we dont need to
specifically put -gdwarf O0 in debug flags for this test.

lldb/test/API/lang/cpp/stl/Makefile

index 3c20771..99998b2 100644 (file)
@@ -1,5 +1,3 @@
 CXX_SOURCES := main.cpp
 
-DEBUG_INFO_FLAG := -gdwarf -O0
-
 include Makefile.rules