We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79edd9 commit 506e34fCopy full SHA for 506e34f
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: e653520a6fcae74bfed108be9d88728685eab382
+refs/heads/master: f6d5c56f21285a7625683f573dfa6e45a94dab8c
trunk/src/rt/libuv/config-mingw.mk
@@ -24,7 +24,7 @@ CC ?= $(PREFIX)gcc
24
AR ?= $(PREFIX)ar
25
E=.exe
26
27
-CFLAGS=$(CPPFLAGS) -g --std=gnu89 -D_WIN32_WINNT=0x0501 -Isrc/ares/config_win32
+CFLAGS+=$(CPPFLAGS) -g --std=gnu89 -D_WIN32_WINNT=0x0501 -Isrc/ares/config_win32
28
LINKFLAGS=-lm
29
30
CARES_OBJS += src/ares/windows_port.o
trunk/src/rt/libuv/config-unix.mk
@@ -22,7 +22,7 @@ CC ?= $(PREFIX)gcc
22
23
E=
CSTDFLAG=--std=c89 -pedantic
-CFLAGS=-g
+CFLAGS+=-g
CPPFLAGS += -Isrc/ev
0 commit comments