xref: /llvm-project/lldb/test/API/python_api/value/change_values/libcxx/atomic/Makefile (revision ff9c31b23b7635f2c97c5f9c33fd4e032b717ad0)
1CXX_SOURCES := main.cpp
2
3USE_LIBCPP := 1
4
5CXXFLAGS_EXTRAS := -O0
6include Makefile.rules
7