Revert "[lldb-tests] Remove dubious standard library flag"

This reverts commit f477412685fe6bac49d3d080ba91896c28e62116.
This commit is contained in:
Felipe de Azevedo Piovezan 2022-10-18 13:59:29 -04:00
parent 87b2d1d04e
commit 3dfc39db58

View File

@ -1,5 +1,7 @@
CXX_SOURCES := main.cpp
USE_LIBCPP := 1
USE_LIBSTDCPP := 0
CXXFLAGS_EXTRAS := -O0
include Makefile.rules