From 007f7098cee466524c4109cf8920dbcbc7c2572b Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Sat, 3 Jul 2021 17:17:03 -0700 Subject: [PATCH] fixed --- docs/building.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/building.md b/docs/building.md index 7922403..91ae721 100644 --- a/docs/building.md +++ b/docs/building.md @@ -37,6 +37,7 @@ there are multiple flags responsible configuring CCash: | MULTI_THREADED | `true` | when `true` the program is compiled to utilize `n` threads which corresponds to how many Cores your CPU has, plus 1 for saving | speed | memory lock overhead may be in vain on single core machines | | RETURN_ON_DEL_NAME | `N/A` | when defined, return on delete will be toggled and any accounts deleted will send their funds to the defined account, this prevent currency destruction | prevents destruction of currency | deleting accounts is made slower | + simply running ``` cmake .. @@ -45,6 +46,7 @@ sets these flags to their defaults, an example of setting a flag would be ``` cmake -DMULTI_THREADING=false .. ``` +with `-D` ### Lastly ```