Added command line option --no-cpu

This commit is contained in:
XMRig 2019-09-23 05:08:59 +07:00
parent 0f05936e63
commit bdb72684b0
4 changed files with 8 additions and 1 deletions

View file

@ -1,7 +1,8 @@
# v4.0.2-beta
- [#1183](https://github.com/xmrig/xmrig/issues/1183) Fixed compatibility with systemd.
- [#1185](https://github.com/xmrig/xmrig/pull/1185) Added JIT compiler for RandomX on ARMv8.
- Command line option `--http-enabled` removed, HTTP API enabled automatically if any other `--http-*` option provided.
- Added command line option `--no-cpu` to disable CPU backend.
- Removed command line option `--http-enabled`, HTTP API enabled automatically if any other `--http-*` option provided.
# v4.0.1-beta
- [#1177](https://github.com/xmrig/xmrig/issues/1177) Fixed compatibility with old AMD drivers.