Skip to content

Commit

Permalink
cleanup: Make cmp cimple-compliant.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Jan 23, 2024
1 parent e836703 commit 1448c0f
Show file tree
Hide file tree
Showing 5 changed files with 880 additions and 864 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NOFPUTESTCFLAGS ?= $(TESTCFLAGS) -DCMP_NO_FLOAT
ADDRCFLAGS ?= -fsanitize=address
MEMCFLAGS ?= -fsanitize=memory -fno-omit-frame-pointer \
-fno-optimize-sibling-calls
UBCFLAGS ?= -fsanitize=undefined
UBCFLAGS ?= -fsanitize=undefined,nullability,local-bounds,float-divide-by-zero,integer

.PHONY: all clean test coverage

Expand Down
Loading

0 comments on commit 1448c0f

Please sign in to comment.