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)
12
12
UV_CFLAGS += -static-intel
13
13
endif
14
14
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 ) "
19
16
ifeq ($(USEMSVC ) , 1)
20
17
UV_FLAGS += --disable-shared
21
18
endif
26
23
27
24
LIBUV_BUILDDIR := $(BUILDDIR ) /$(LIBUV_SRC_DIR )
28
25
26
+ ifneq ($(CLDFLAGS )$(SANITIZE_LDFLAGS ) ,)
27
+ $(LIBUV_BUILDDIR ) /build-configured : LDFLAGS:=$(LDFLAGS ) $(CLDFLAGS ) $(SANITIZE_LDFLAGS )
28
+ endif
29
29
$(LIBUV_BUILDDIR ) /build-configured : $(SRCCACHE ) /$(LIBUV_SRC_DIR ) /source-extracted
30
30
touch -c $(SRCCACHE ) /$(LIBUV_SRC_DIR ) /aclocal.m4 # touch a few files to prevent autogen from getting called
31
31
touch -c $(SRCCACHE ) /$(LIBUV_SRC_DIR ) /Makefile.in
You can’t perform that action at this time.
0 commit comments