enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit

This commit is contained in:
Satoshi Nakamoto
2010-08-10 16:01:23 +00:00
committed by Gavin Andresen
parent dd9e71843b
commit 8a38d5663a
5 changed files with 14 additions and 6 deletions

View File

@@ -69,3 +69,4 @@ clean:
-rm -f bitcoin bitcoind
-rm -f obj/*.o
-rm -f obj/nogui/*.o
-rm -f cryptopp/obj/*.o