From 8a38d5663ad6b98983c951b67c58aff2e94ff453 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto Date: Tue, 10 Aug 2010 16:01:23 +0000 Subject: enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit --- makefile.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile.mingw') diff --git a/makefile.mingw b/makefile.mingw index deb8df8112..9140c23ec5 100644 --- a/makefile.mingw +++ b/makefile.mingw @@ -54,7 +54,7 @@ obj/%.o: %.cpp $(HEADERS) g++ -c $(CFLAGS) -DGUI -o $@ $< cryptopp/obj/%.o: cryptopp/%.cpp - g++ -c $(CFLAGS) -O3 -DCRYPTOPP_X86_ASM_AVAILABLE -DCRYPTOPP_DISABLE_SSE2 -o $@ $< + g++ -c $(CFLAGS) -O3 -DCRYPTOPP_X86_ASM_AVAILABLE -o $@ $< obj/ui_res.o: ui.rc rc/bitcoin.ico rc/check.ico rc/send16.bmp rc/send16mask.bmp rc/send16masknoshadow.bmp rc/send20.bmp rc/send20mask.bmp rc/addressbook16.bmp rc/addressbook16mask.bmp rc/addressbook20.bmp rc/addressbook20mask.bmp windres $(DEFS) $(INCLUDEPATHS) -o $@ -i $< -- cgit v1.2.3