Fix
authoralexhz <balthazar@yandex.ru>
Mon, 15 Apr 2013 19:42:54 +0000 (19:42 +0000)
committeralexhz <balthazar@yandex.ru>
Mon, 15 Apr 2013 19:42:54 +0000 (19:42 +0000)
src/makefile.unix
src/qt/res/bitcoin-qt.rc

index 0af2807..c668788 100644 (file)
@@ -93,7 +93,7 @@ DEBUGFLAGS=-g
 
 # CXXFLAGS can be specified on the make command line, so we use xCXXFLAGS that only
 # adds some defaults in front. Unfortunately, CXXFLAGS=... $(CXXFLAGS) does not work.
-xCXXFLAGS=-O0 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \
+xCXXFLAGS=-O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \
     $(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS)
 
 # LDFLAGS can be specified on the make command line, so we use xLDFLAGS that only
index 3ee63cc..61fcce9 100644 (file)
@@ -1,4 +1,4 @@
-IDI_ICON1 ICON DISCARDABLE "icons/bitcoin.ico"
+IDI_ICON1 ICON DISCARDABLE "icons/novacoin.ico"
 
 #include <windows.h>             // needed for VERSIONINFO
 #include "../../clientversion.h" // holds the needed client version information