summaryrefslogtreecommitdiffstats
path: root/doc/compile.md
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-11-30 22:46:00 +0100
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-12-06 22:21:48 +0100
commit7ca6f6e2e9bd5f7a68c878a60a296af1a3636c6f (patch)
tree3e6762e99bbedd8f6cb0a3d7a919af27451038ca /doc/compile.md
parent47a4d031bcc3159a298afaae6797cd19240ad0a1 (diff)
downloadxmr-stak-7ca6f6e2e9bd5f7a68c878a60a296af1a3636c6f.zip
xmr-stak-7ca6f6e2e9bd5f7a68c878a60a296af1a3636c6f.tar.gz
allow to diable UAC dialog
- remove CMake option `WIN_UAC` - spawn UAC dialog via restarting xmr-miner with administrator right - allow to disable UAC with `--noUAC` - update documentation - remove usage section with help message (output depends on OS)
Diffstat (limited to 'doc/compile.md')
-rw-r--r--doc/compile.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/compile.md b/doc/compile.md
index 4fa940f..e97affa 100644
--- a/doc/compile.md
+++ b/doc/compile.md
@@ -52,11 +52,6 @@ After the configuration you need to compile the miner, follow the guide for your
- native means the miner binary can be used only on the system where it is compiled but will archive the highest hash rate
- use `cmake .. -DXMR-STAK_COMPILE=generic` to run the miner on all CPU's with sse2
-### only available for Windows
-- `WIN_UAC` will enable or disable the "Run As Administrator" prompt on Windows.
- - UAC confirmation is needed to use large pages on Windows 7.
- - On Windows 10 it is only needed once to set up the account to use them.
-
## CPU Build Options
- `CPU_ENABLE` allow to disable/enable the CPU backend of the miner
OpenPOWER on IntegriCloud