|
|
@@ -1564,6 +1564,11 @@ static struct opt_table opt_config_table[] = {
|
|
|
OPT_WITHOUT_ARG("--disable-gpu|-G",
|
|
|
opt_set_bool, &opt_nogpu,
|
|
|
"Disable GPU mining even if suitable devices exist"),
|
|
|
+#ifdef HAVE_ADL
|
|
|
+ OPT_WITHOUT_ARG("--dev-reorder",
|
|
|
+ opt_set_bool, &opt_reorder,
|
|
|
+ "Attempt to reorder GPU devices according to PCI Bus ID"),
|
|
|
+#endif
|
|
|
#endif
|
|
|
OPT_WITH_ARG("--donation",
|
|
|
set_float_0_to_99, &opt_show_floatval, &opt_donation,
|