forked from cory/tildefriends
libuv 1.49.0.
This commit is contained in:
parent
d104409272
commit
3b5a06794f
@ -503,7 +503,10 @@ $(UV_OBJS): CFLAGS += \
|
|||||||
-Wno-unused-result \
|
-Wno-unused-result \
|
||||||
-Wno-unused-variable
|
-Wno-unused-variable
|
||||||
$(UV_OBJS): CFLAGS += -fno-lto
|
$(UV_OBJS): CFLAGS += -fno-lto
|
||||||
$(filter out/win%,$(UV_OBJS)): CFLAGS += -Wno-cast-function-type
|
$(filter out/win%,$(UV_OBJS)): \
|
||||||
|
CFLAGS += \
|
||||||
|
-Wno-cast-function-type \
|
||||||
|
-Wno-missing-braces
|
||||||
ifeq ($(UNAME_S),Linux)
|
ifeq ($(UNAME_S),Linux)
|
||||||
$(UV_OBJS): CFLAGS += \
|
$(UV_OBJS): CFLAGS += \
|
||||||
-D_GNU_SOURCE
|
-D_GNU_SOURCE
|
||||||
|
2
deps/libuv
vendored
2
deps/libuv
vendored
@ -1 +1 @@
|
|||||||
Subproject commit e9f29cb984231524e3931aa0ae2c5dae1a32884e
|
Subproject commit d2e56a5e8d3e39947b78405ca6e4727c70f5568a
|
Loading…
Reference in New Issue
Block a user