llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/Makefile

5 lines
82 B
Makefile

C_SOURCES := main.c
CFLAGS_EXTRAS := -fsanitize=thread -g
include Makefile.rules