From: alexhz Date: Mon, 15 Apr 2013 19:42:54 +0000 (+0000) Subject: Fix X-Git-Tag: v0.4.0-unstable~1 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=74ca1fab98575607d897fa2a59f784e063d6f2ed Fix --- diff --git a/src/makefile.unix b/src/makefile.unix index 0af2807..c668788 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -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 diff --git a/src/qt/res/bitcoin-qt.rc b/src/qt/res/bitcoin-qt.rc index 3ee63cc..61fcce9 100644 --- a/src/qt/res/bitcoin-qt.rc +++ b/src/qt/res/bitcoin-qt.rc @@ -1,4 +1,4 @@ -IDI_ICON1 ICON DISCARDABLE "icons/bitcoin.ico" +IDI_ICON1 ICON DISCARDABLE "icons/novacoin.ico" #include // needed for VERSIONINFO #include "../../clientversion.h" // holds the needed client version information