Loading CONFIG +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ CONFIG_WERROR?=n CONFIG_COVERAGE?=n # Build with Address Sanitizer enabled CONFIG_ADDRESS_SANITIZER?=n CONFIG_ASAN?=n # Directory that contains the desired SPDK environment library. # By default, this is implemented using DPDK. Loading mk/spdk.common.mk +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ endif include $(CONFIG_ENV)/env.mk ifeq ($(CONFIG_ADDRESS_SANITIZER),y) ifeq ($(CONFIG_ASAN),y) COMMON_CFLAGS += -fsanitize=address LDFLAGS += -fsanitize=address endif Loading Loading
CONFIG +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ CONFIG_WERROR?=n CONFIG_COVERAGE?=n # Build with Address Sanitizer enabled CONFIG_ADDRESS_SANITIZER?=n CONFIG_ASAN?=n # Directory that contains the desired SPDK environment library. # By default, this is implemented using DPDK. Loading
mk/spdk.common.mk +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ endif include $(CONFIG_ENV)/env.mk ifeq ($(CONFIG_ADDRESS_SANITIZER),y) ifeq ($(CONFIG_ASAN),y) COMMON_CFLAGS += -fsanitize=address LDFLAGS += -fsanitize=address endif Loading