mirror of https://mirror.osredm.com/root/redis.git
Avoid sanitizer warning for stable CI
This commit is contained in:
parent
779a20058b
commit
9af9c4deff
|
@ -101,6 +101,9 @@ else
|
|||
ifeq ($(SANITIZER),undefined)
|
||||
MALLOC=libc
|
||||
CFLAGS+=-fsanitize=undefined -fno-sanitize-recover=all -fno-omit-frame-pointer
|
||||
ifeq (clang,$(CLANG))
|
||||
CFLAGS+=-fno-sanitize=function
|
||||
endif
|
||||
LDFLAGS+=-fsanitize=undefined
|
||||
else
|
||||
ifeq ($(SANITIZER),thread)
|
||||
|
|
Loading…
Reference in New Issue