Skip to content

Commit

Permalink
Bug 1307443 - Make UBSan additional to ASan, not exclusive r=franziskus
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Taubert committed Oct 4, 2016
1 parent 1a7daa8 commit 82cfe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreconf/sanitizers.mk
Expand Up @@ -5,7 +5,7 @@ ifeq ($(USE_ASAN), 1)
SANITIZER_FLAGS_COMMON = -fsanitize=address

ifeq ($(USE_UBSAN), 1)
SANITIZER_FLAGS_COMMON = -fsanitize=undefined -fno-sanitize-recover=undefined
SANITIZER_FLAGS_COMMON += -fsanitize=undefined -fno-sanitize-recover=undefined
endif

SANITIZER_FLAGS_COMMON += $(EXTRA_SANITIZER_FLAGS)
Expand Down

0 comments on commit 82cfe2f

Please sign in to comment.