enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit
This commit is contained in:
committed by
Gavin Andresen
parent
dd9e71843b
commit
8a38d5663a
@@ -51,7 +51,7 @@ obj/%.o: %.cpp $(HEADERS)
|
||||
g++ -c $(CFLAGS) -DGUI -o $@ $<
|
||||
|
||||
cryptopp/obj/%.o: cryptopp/%.cpp
|
||||
g++ -c $(CFLAGS) -O3 -DCRYPTOPP_DISABLE_SSE2 -o $@ $<
|
||||
g++ -c $(CFLAGS) -O3 -o $@ $<
|
||||
|
||||
bitcoin: $(OBJS) obj/ui.o obj/uibase.o
|
||||
g++ $(CFLAGS) -o $@ $^ $(WXLIBS) $(LIBS)
|
||||
|
||||
Reference in New Issue
Block a user