xref: /llvm-project/lldb/test/API/functionalities/tsan/cpp_global_location/Makefile (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1CXX_SOURCES := main.cpp
2CFLAGS_EXTRAS := -fsanitize=thread -g
3
4include Makefile.rules
5