diff --git a/docs/Developer-Guide_Build-Switches.md b/docs/Developer-Guide_Build-Switches.md index d68c5c88..ec7b9470 100644 --- a/docs/Developer-Guide_Build-Switches.md +++ b/docs/Developer-Guide_Build-Switches.md @@ -299,6 +299,19 @@ Enforce building without Armbian repository. Suitable for developing new release Enforce sfdisk to align partition sector sizes. +**SHARE_LOG** ( `string` ) + +- `yes` +- `no` (default) + +Automatically upload full build logs for debugging to one of Armbian's paste servers at the end of the build process. + +Example: + +```sh +./compile.sh SHARE_LOG=yes +``` + # Build options below need to be retested and added above (COULD BE DEPRECATED) :warning: DO NOT USE! Obsolete documentation, new documentation above is in progress.