summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-05-01 21:24:15 +0200
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-05-01 21:24:15 +0200
commit7c94d762a411925e92d54b1c57290f4a0079a830 (patch)
treea436fd4e79ca423994af914b346f316efb4f09a7 /README.md
parent924a1f8c8ae1be3526bcf3d8587076afebebcaee (diff)
downloadxmr-stak-7c94d762a411925e92d54b1c57290f4a0079a830.zip
xmr-stak-7c94d762a411925e92d54b1c57290f4a0079a830.tar.gz
fix documentation bug
fix how to enable dynamic linking
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3cd3996..2767c25 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ xXl2Nm/u3cPP/eQVrZz5H8eACwIv+LL1EV+9uLanWUa+IO5hHr3KElvKNKD6vN0=
cmake -DCMAKE_LINK_STATIC=ON .
make install
```
-Note - cmake caches variables, so if you want to do a dynamic build later you need to specify '-DCMAKE_BUILD_TYPE=RELEASE'
+Note - cmake caches variables, so if you want to do a dynamic build later you need to specify '-DCMAKE_LINK_STATIC=OFF'
You can find a complete compile guide under [Advanced Compile Options](#advanced-compile-options).
OpenPOWER on IntegriCloud