1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-25 14:04:25 +00:00

Don't even display that cpumining is disabled on ./configure to discourage people from enabling it.

This commit is contained in:
Con Kolivas 2012-04-14 23:50:41 +10:00
parent e0c4d60665
commit 393200e8d7

View File

@ -431,12 +431,10 @@ if test "x$bitforce" != xno; then
echo " libudev.detection....: $libudev" echo " libudev.detection....: $libudev"
fi fi
echo
if test "x$cpumining" = xyes; then if test "x$cpumining" = xyes; then
echo
echo " CPU Mining...........: Enabled" echo " CPU Mining...........: Enabled"
echo " ASM.(for CPU mining).: $has_yasm" echo " ASM.(for CPU mining).: $has_yasm"
else
echo " CPU Mining...........: Disabled"
fi fi
echo echo