Files
clang-p2996/lldb/test/API/functionalities/ubsan/basic/Makefile
Jim Ingham 2c43cd883c Turn off the warning that the undefined behavior I am using in
a test generates.  The green dragon bot compiler is treating this
warning as an error for some reason, hopefully this will calm its
worries.
2022-10-04 11:38:32 -07:00

5 lines
105 B
Makefile

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