I have window qt-client built and running, anything I should look for in debug to help development troubleshooting?
Main thing noticed so far is the primespersec is climbing up faster then before.
Builds fine, but I must have some option wrong -- quad core 3Ghz Windows 7 x64, 16GB memory and I get a whopping 7 pps after 5 minutes
These are the final commands/options I used to build
make memenv_test TARGET_OS=OS_WINDOWS_CROSSCOMPILE
in makefile.mingw
BOOST_SUFFIX?=-mgw46-mt-sd-1_54
LDFLAGS=-Wl,--dynamicbase -Wl,--nxcompat -Wl,--large-address-aware -static
mingw32-make -f makefile.mingw
strip primecoind.exe
Any suggestions?