commit | eddf74cadb7111d4d391f08bab96698b667ccbb7 | [log] [tgz] |
---|---|---|
author | Vishwath Mohan <vishwath@google.com> | Thu Apr 20 01:39:55 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 20 01:39:56 2017 +0000 |
tree | e8f277fce68149a60286ec91c5b7a2b958ee341f | |
parent | 45fd769588ecde41705c14f92b8797f4cffe625b [diff] | |
parent | 45665b40e89b22f41d67791a260ea93854b1a07c [diff] |
Merge "Change the global CFI flag to default to enabled."
diff --git a/core/config_sanitizers.mk b/core/config_sanitizers.mk index 729ef48..d735a02 100644 --- a/core/config_sanitizers.mk +++ b/core/config_sanitizers.mk
@@ -63,7 +63,7 @@ endif # If CFI is disabled globally, remove it from my_sanitize. -ifeq ($(strip $(ENABLE_CFI)),) +ifeq ($(strip $(ENABLE_CFI)),false) my_sanitize := $(filter-out cfi,$(my_sanitize)) my_sanitize_diag := $(filter-out cfi,$(my_sanitize_diag)) endif