mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
disabled more checks with SANITIZE=undefined for now (nw)
This commit is contained in:
parent
ada07d7415
commit
a78097b9b3
2
makefile
2
makefile
@ -586,7 +586,7 @@ endif
|
||||
ifneq (,$(findstring undefined,$(SANITIZE)))
|
||||
ifneq (,$(findstring clang,$(CC)))
|
||||
# TODO: check if linker is clang++
|
||||
CCOMFLAGS += -fno-sanitize=alignment
|
||||
CCOMFLAGS += -fno-sanitize=alignment -fno-sanitize=function -fno-sanitize=shift -fno-sanitize=null -fno-sanitize=signed-integer-overflow -fno-sanitize=vptr -fno-sanitize=float-cast-overflow -fno-sanitize=integer-divide-by-zero -fno-sanitize=float-divide-by-zero
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user