mirror of https://github.com/BOINC/boinc.git
client: Do not use child process GPU detection when debugging.
This commit is contained in:
parent
8888ba6aa8
commit
b1aaff7dd6
|
@ -18,7 +18,9 @@
|
|||
|
||||
// client-specific GPU code. Mostly GPU detection
|
||||
|
||||
//#define USE_CHILD_PROCESS_TO_DETECT_GPUS 1
|
||||
#ifdef _DEBUG
|
||||
#define USE_CHILD_PROCESS_TO_DETECT_GPUS 1
|
||||
#endif
|
||||
|
||||
#include "cpp.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue