diff options
author | 2014-03-11 12:45:14 +0000 | |
---|---|---|
committer | 2014-03-11 12:45:14 +0000 | |
commit | 64772070164be1d61395a8636e83396b6e19df08 (patch) | |
tree | ce14e3f8dc983768a0cbb8ac3533b664c24b638b /makefile | |
parent | 04f100f176e33be636580b7d285da4e71a703d89 (diff) |
disabled another check with SANITIZE=undefined (nw)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -573,7 +573,7 @@ endif ifneq (,$(findstring undefined,$(SANITIZE))) ifneq (,$(findstring clang,$(CC))) # TODO: check if linker is clang++ -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 +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 -fno-sanitize=object-size endif endif endif |