diff options
| author | Pieter Wuille <[email protected]> | 2012-05-11 18:23:56 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-05-11 18:23:56 -0700 |
| commit | a3878873f3317d3d3ee0eee4b030490ad39b3f81 (patch) | |
| tree | 8394e60e49a987e7b0ae8a78988fd109a55e77e0 /src/makefile.linux-mingw | |
| parent | Merge pull request #1260 from sipa/splitsync (diff) | |
| parent | Separate listening sockets, -bind=<addr> (diff) | |
| download | discoin-a3878873f3317d3d3ee0eee4b030490ad39b3f81.tar.xz discoin-a3878873f3317d3d3ee0eee4b030490ad39b3f81.zip | |
Merge pull request #1021 from sipa/ipv6
IPv6 node support
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index cc33bc0bc..1df1e28f1 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -27,7 +27,7 @@ LIBS= \ -l ssl \ -l crypto -DEFS=-D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB +DEFS=-D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DUSE_IPV6 DEBUGFLAGS=-g CFLAGS=-O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS) |