Browse Source

Ethash critical output should be disabled by default

- If the user needs it simply compile with -DETHASH_PRINT_CRITICAL_OUTPUT
cl-refactor
Lefteris Karapetsas 10 years ago
parent
commit
c11326c221
  1. 2
      io.h

2
io.h

@ -59,7 +59,7 @@ enum ethash_io_rc {
* figure out what kind of problem (I/O, memory e.t.c.) causes a NULL
* ethash_full_t
*/
#ifndef ETHASH_NO_CRITICAL_OUTPUT
#ifdef ETHASH_PRINT_CRITICAL_OUTPUT
#define ETHASH_CRITICAL(...) \
do \
{ \

Loading…
Cancel
Save