|
|
@@ -1332,9 +1332,11 @@ static struct opt_table opt_config_table[] = {
|
|
|
OPT_WITHOUT_ARG("--no-submit-stale",
|
|
|
opt_set_invbool, &opt_submit_stale,
|
|
|
"Don't submit shares if they are detected as stale"),
|
|
|
+#ifdef HAVE_OPENCL
|
|
|
OPT_WITHOUT_ARG("--no-opencl-binaries",
|
|
|
opt_set_invbool, &opt_opencl_binaries,
|
|
|
"Don't attempt to use or save OpenCL kernel binaries"),
|
|
|
+#endif
|
|
|
OPT_WITH_ARG("--pass|-p",
|
|
|
set_pass, NULL, NULL,
|
|
|
"Password for bitcoin JSON-RPC server"),
|