config: rename CONFIG_ADDRESS_SANITIZER to CONFIG_ASAN
This is shorter and matches the more commonly-used name. Change-Id: I6af862de90e5cf8a7c27161f1ee9bb5a1164bec6 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
145e9014b9
commit
6b1e22bd86
2
CONFIG
2
CONFIG
@ -41,7 +41,7 @@ CONFIG_WERROR?=n
|
|||||||
CONFIG_COVERAGE?=n
|
CONFIG_COVERAGE?=n
|
||||||
|
|
||||||
# Build with Address Sanitizer enabled
|
# Build with Address Sanitizer enabled
|
||||||
CONFIG_ADDRESS_SANITIZER?=n
|
CONFIG_ASAN?=n
|
||||||
|
|
||||||
# Directory that contains the desired SPDK environment library.
|
# Directory that contains the desired SPDK environment library.
|
||||||
# By default, this is implemented using DPDK.
|
# By default, this is implemented using DPDK.
|
||||||
|
@ -95,7 +95,7 @@ endif
|
|||||||
|
|
||||||
include $(CONFIG_ENV)/env.mk
|
include $(CONFIG_ENV)/env.mk
|
||||||
|
|
||||||
ifeq ($(CONFIG_ADDRESS_SANITIZER),y)
|
ifeq ($(CONFIG_ASAN),y)
|
||||||
COMMON_CFLAGS += -fsanitize=address
|
COMMON_CFLAGS += -fsanitize=address
|
||||||
LDFLAGS += -fsanitize=address
|
LDFLAGS += -fsanitize=address
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user