mirror of https://github.com/BOINC/boinc.git
client: disable temporary debugging aids in coproc_detect logic
svn path=/trunk/boinc/; revision=25153
This commit is contained in:
parent
d281e43d6a
commit
615d59f40b
|
@ -1031,3 +1031,9 @@ David 26 Jan 2012
|
||||||
client/
|
client/
|
||||||
client_types.cpp,h
|
client_types.cpp,h
|
||||||
acct_setup.cpp
|
acct_setup.cpp
|
||||||
|
|
||||||
|
Charlie 26 Jan 2012
|
||||||
|
- client: disable temporary debugging aids in coproc_detect logic.
|
||||||
|
|
||||||
|
client/
|
||||||
|
coproc_detect.cpp
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#define FAKENVIDIACUDA0 0
|
#define FAKENVIDIACUDA0 0
|
||||||
#define FAKE2NVIDIAOPENCLS 0
|
#define FAKE2NVIDIAOPENCLS 0
|
||||||
#define DEBUGFOROLIVER 1
|
#define DEBUGFOROLIVER 0
|
||||||
|
|
||||||
#include "cpp.h"
|
#include "cpp.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue