-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
Up to +85% Axiom hashing speed-up.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,6 @@ cpuminer_SOURCES = \ | |
crypto/c_skein.c \ | ||
crypto/hash.c \ | ||
crypto/aesb.c \ | ||
crypto/mshabal.c \ | ||
lyra2/Lyra2.c lyra2/Sponge.c \ | ||
algo/animecoin.c \ | ||
algo/axiom.c \ | ||
|
@@ -104,7 +103,8 @@ if HAVE_WINDOWS | |
endif | ||
|
||
cpuminer_LDFLAGS = @LDFLAGS@ | ||
cpuminer_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ | ||
#cpuminer_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ | ||
cpuminer_LDADD = /usr/local/lib/libcurl.a -lwldap32 /usr/lib/libz.a -lws2_32 -lcrypto @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
nicehashdev
|
||
cpuminer_CPPFLAGS = @LIBCURL_CPPFLAGS@ $(ALL_INCLUDES) | ||
cpuminer_CFLAGS = -Wno-pointer-sign -Wno-pointer-to-int-cast $(disable_flags) | ||
|
||
|
Large diffs are not rendered by default.
1 comment
on commit 57bd235
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it now segfaults both on an old core-i5 cpu and a modern amd fx processor.
this change is wrong, should be done with "configure --with-curl=/usr/local/lib"