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

5 lines
85 B
Makefile

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