Skip to content

Commit

Permalink
qubit: fix difficulty factor for yaamp
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Feb 11, 2015
1 parent 20e6ee1 commit 836e9bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

extracflags="-march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16"

CUDA_CFLAGS="-O3 -Xcompiler -Wall" ./configure CXXFLAGS="-O3 $extracflags" --with-cuda=/usr/local/cuda --with-nvml=libnvidia-ml.so
CUDA_CFLAGS="-O3 -lineno -Xcompiler -Wall" ./configure CXXFLAGS="-O3 $extracflags" --with-cuda=/usr/local/cuda --with-nvml=libnvidia-ml.so

7 changes: 5 additions & 2 deletions cpuminer-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
#define HAVE_UNISTD_H 1

/* Defined if libcurl supports AsynchDNS */
#define LIBCURL_FEATURE_ASYNCHDNS 1
/* #undef LIBCURL_FEATURE_ASYNCHDNS */

/* Defined if libcurl supports IDN */
#define LIBCURL_FEATURE_IDN 1
Expand Down Expand Up @@ -146,6 +146,9 @@
/* Defined if libcurl supports TFTP */
#define LIBCURL_PROTOCOL_TFTP 1

/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */

/* Name of package */
#define PACKAGE "ccminer"

Expand Down Expand Up @@ -182,7 +185,7 @@
#define USE_AVX 1

/* Define to 1 if AVX2 assembly is available. */
#define USE_AVX2 1
/* #undef USE_AVX2 */

/* Define to 1 if XOP assembly is available. */
#define USE_XOP 1
Expand Down
3 changes: 3 additions & 0 deletions cpuminer-config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@
/* Defined if libcurl supports TFTP */
#undef LIBCURL_PROTOCOL_TFTP

/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O

/* Name of package */
#undef PACKAGE

Expand Down

0 comments on commit 836e9bd

Please sign in to comment.