File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,7 @@ ifeq ($(USEICC), 1)
1212UV_CFLAGS += -static-intel
1313endif
1414
15- UV_FLAGS := LDFLAGS="$(LDFLAGS ) $(CLDFLAGS ) -v"
16- ifneq ($(UV_CFLAGS ) ,)
17- UV_FLAGS += CFLAGS="$(CFLAGS ) $(UV_CFLAGS ) "
18- endif
15+ UV_FLAGS += CFLAGS="$(CFLAGS ) $(UV_CFLAGS ) $(SANITIZE_OPTS ) "
1916ifeq ($(USEMSVC ) , 1)
2017UV_FLAGS += --disable-shared
2118endif
2623
2724LIBUV_BUILDDIR := $(BUILDDIR ) /$(LIBUV_SRC_DIR )
2825
26+ ifneq ($(CLDFLAGS )$(SANITIZE_LDFLAGS ) ,)
27+ $(LIBUV_BUILDDIR ) /build-configured : LDFLAGS:=$(LDFLAGS ) $(CLDFLAGS ) $(SANITIZE_LDFLAGS )
28+ endif
2929$(LIBUV_BUILDDIR ) /build-configured : $(SRCCACHE ) /$(LIBUV_SRC_DIR ) /source-extracted
3030 touch -c $(SRCCACHE ) /$(LIBUV_SRC_DIR ) /aclocal.m4 # touch a few files to prevent autogen from getting called
3131 touch -c $(SRCCACHE ) /$(LIBUV_SRC_DIR ) /Makefile.in
You can’t perform that action at this time.
0 commit comments