Lines Matching +full:- +full:fsanitize
8 -Werror \
9 -Wall \
10 -Wextra \
11 -Wnull-dereference \
12 -Wformat-security \
13 -Wno-type-limits \
14 -fsanitize=address,leak,undefined \
15 -ggdb \
20 add_definitions (-DMCTP_LOG_STDERR)
21 add_definitions (-DMCTP_HAVE_FILEIO)
22 add_definitions (-DMCTP_HAVE_STDIO)
23 add_definitions (-DMCTP_DEFAULT_ALLOC)
25 add_library (mctp STATIC alloc.c astlpc.c crc32.c core.c log.c libmctp.h serial.c crc-16-ccitt.c co…
33 add_executable (test_eid tests/test_eid.c tests/test-utils.c)
37 add_executable (test_seq tests/test_seq.c tests/test-utils.c)
41 add_executable (test_bridge tests/test_bridge.c tests/test-utils.c)
45 add_executable (test_astlpc tests/test_astlpc.c tests/test-utils.c)
49 add_executable (test_serial tests/test_serial.c tests/test-utils.c)
53 add_executable (test_cmds tests/test_cmds.c tests/test-utils.c)
57 add_executable (test_core tests/test_core.c tests/test-utils.c)