aboutsummaryrefslogtreecommitdiff
path: root/makefile.mingw
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-05-26 00:05:26 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-05-26 00:05:26 +0000
commit7a47324c7846ab0e500b974cd1f40e4030a7c0d2 (patch)
tree4b2b30223b78d51882769886945c63f5427a812b /makefile.mingw
parent9c1e9f0b6a1d073a5f450c847850ef1d8df74137 (diff)
downloadbitcoin-7a47324c7846ab0e500b974cd1f40e4030a7c0d2.tar.xz
better prevention of inventory relaying during initial download,
message checksum between nodes with 0.2.9 or higher, optimization level up from -O0 to -O2, rpc functions: setlabel, getlabel, getaddressesbylabel, getreceivedbyaddress, getreceivedbylabel, listreceivedbyaddress, listreceivedbylabel -- version 0.2.9
Diffstat (limited to 'makefile.mingw')
-rw-r--r--makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.mingw b/makefile.mingw
index 449a96072c..ee63d11ead 100644
--- a/makefile.mingw
+++ b/makefile.mingw
@@ -29,7 +29,7 @@ LIBS= \
WXDEFS=-DWIN32 -D__WXMSW__ -D_WINDOWS -DNOPCH
DEBUGFLAGS=-g -D__WXDEBUG__
-CFLAGS=-mthreads -O0 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(WXDEFS) $(INCLUDEPATHS)
+CFLAGS=-mthreads -O2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(WXDEFS) $(INCLUDEPATHS)
HEADERS=headers.h strlcpy.h serialize.h uint256.h util.h key.h bignum.h base58.h \
script.h db.h net.h irc.h main.h rpc.h uibase.h ui.h init.h sha.h