diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-12-08 11:04:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 11:04:07 +0000 |
commit | 99b681453aa7b0e34b211b629f810b2de27e69a7 (patch) | |
tree | a075394183a42a05283a58897ff337abfbd54360 /doc/compile.md | |
parent | 28fc6b475668041bd12f21dd2eec798dbb388111 (diff) | |
parent | 62a13f03d4dfcab48ce153f733001dc796b96dcb (diff) | |
download | xmr-stak-99b681453aa7b0e34b211b629f810b2de27e69a7.zip xmr-stak-99b681453aa7b0e34b211b629f810b2de27e69a7.tar.gz |
Merge pull request #305 from psychocrypt/topic-optionalUACDialog
allow to diable UAC dialog
Diffstat (limited to 'doc/compile.md')
-rw-r--r-- | doc/compile.md | 5 |
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 |