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 e653520 commit f6d5c56Copy full SHA for f6d5c56
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
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