aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/tsan/cpp_global_location/Makefile
blob: a5819477907468cb93eed7eb841de7615cc64574 (plain) (blame)
1
2
3
4
5
6
LEVEL = ../../../make

CXX_SOURCES := main.cpp
CFLAGS_EXTRAS := -fsanitize=thread -g

include $(LEVEL)/Makefile.rules