[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)
commit8b7f5ee5f05a0972802055204a423009d3398a0d
tree1b6ac9b8cd3c09dcd24b200fdf60368f92464dd0
parent1d421e6e3b789ede2f61756a72e2b27456f868e3
[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 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