build: enable USE_SINGLE_BUILDDIR by default, OFF to disable

This commit is contained in:
selsta
2020-09-26 02:15:58 +02:00
parent a32d39cc96
commit 9df9cb8da7
3 changed files with 6 additions and 6 deletions

View File

@@ -118,7 +118,7 @@ Packaging for your favorite distribution would be a welcome contribution!
4. Build
```
docker run --rm -it -v <MONERO_GUI_DIR_FULL_PATH>:/monero-gui -w /monero-gui monero:build-env-linux sh -c 'USE_SINGLE_BUILDDIR=ON make release-static -j4'
docker run --rm -it -v <MONERO_GUI_DIR_FULL_PATH>:/monero-gui -w /monero-gui monero:build-env-linux sh -c 'make release-static -j4'
```
\* `<MONERO_GUI_DIR_FULL_PATH>` - absolute path to `monero-gui` directory
\* `4` - number of CPU threads to use