1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 16:38:29 +00:00

Do not automatically enable powertune in benchmark, but allow the user to enable it manually

This commit is contained in:
jsteube 2016-06-12 17:51:32 +02:00
parent 9174767847
commit 7ef80fb12b

View File

@ -6972,8 +6972,10 @@ int main (int argc, char **argv)
gpu_temp_disable = 1;
#ifdef HAVE_HWMON
gpu_temp_disable = 0;
powertune_enable = 1;
if (powertune_enable == 1)
{
gpu_temp_disable = 0;
}
#endif
data.status_timer = status_timer;