| Index: native_client_sdk/src/tools/common.mk
|
| diff --git a/native_client_sdk/src/tools/common.mk b/native_client_sdk/src/tools/common.mk
|
| index d23dc8f8ffe67fe9aad9172398312d3e4f2d8ef0..1dbc3d69e44f59781f06d6895e123bcee6a44fca 100644
|
| --- a/native_client_sdk/src/tools/common.mk
|
| +++ b/native_client_sdk/src/tools/common.mk
|
| @@ -253,6 +253,9 @@ endif
|
| ifdef TSAN
|
| CONFIG_DIR := tsan_$(CONFIG_DIR)
|
| endif
|
| +ifdef ASAN
|
| +CONFIG_DIR := asan_$(CONFIG_DIR)
|
| +endif
|
|
|
| OUTDIR := $(OUTBASE)/$(TOOLCHAIN)/$(CONFIG_DIR)
|
| STAMPDIR ?= $(OUTDIR)
|
| @@ -468,13 +471,6 @@ PPAPI_RELEASE = $(abspath $(OSNAME)/Release/$(TARGET)$(HOST_EXT));application/x-
|
| SYSARCH := $(shell $(GETOS) --nacl-arch)
|
| SEL_LDR_PATH := python $(NACL_SDK_ROOT)/tools/sel_ldr.py
|
|
|
| -#
|
| -# Common Compile Options
|
| -#
|
| -ifeq ($(CONFIG),Debug)
|
| -SEL_LDR_ARGS += --debug-libs
|
| -endif
|
| -
|
| ifndef STANDALONE
|
| #
|
| # Assign a sensible default to CHROME_PATH.
|
|
|