Skip to content

Commit dce359e

Browse files
committed
cleanup: Make cmp cimple-compliant.
1 parent e836703 commit dce359e

File tree

5 files changed

+878
-864
lines changed

5 files changed

+878
-864
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NOFPUTESTCFLAGS ?= $(TESTCFLAGS) -DCMP_NO_FLOAT
1414
ADDRCFLAGS ?= -fsanitize=address
1515
MEMCFLAGS ?= -fsanitize=memory -fno-omit-frame-pointer \
1616
-fno-optimize-sibling-calls
17-
UBCFLAGS ?= -fsanitize=undefined
17+
UBCFLAGS ?= -fsanitize=undefined,nullability,local-bounds,float-divide-by-zero,integer
1818

1919
.PHONY: all clean test coverage
2020

0 commit comments

Comments
 (0)