]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/Makefile
Vendor import of lldb release_39 branch r276489:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / tsan / thread_leak / Makefile
1 LEVEL = ../../../make
2
3 C_SOURCES := main.c
4 CFLAGS_EXTRAS := -fsanitize=thread -g
5
6 include $(LEVEL)/Makefile.rules