diff options
| author | Stefan Boberg <[email protected]> | 2026-01-19 13:36:48 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-01-19 13:36:48 +0100 |
| commit | 206499f22fd821f09f18dba7f821b6c320e21475 (patch) | |
| tree | 4e4838c0fabc983e6ed9ce57dabdab3e535e8d22 /docs/xmake.md | |
| parent | consul package and basic client added (#716) (diff) | |
| download | zen-206499f22fd821f09f18dba7f821b6c320e21475.tar.xz zen-206499f22fd821f09f18dba7f821b6c320e21475.zip | |
small doc updates (#715)
Diffstat (limited to 'docs/xmake.md')
| -rw-r--r-- | docs/xmake.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/xmake.md b/docs/xmake.md index 501d5d170..a529107b8 100644 --- a/docs/xmake.md +++ b/docs/xmake.md @@ -33,6 +33,14 @@ dev/zen> xmake run zen # Cleaning out *all* build state +You may run into build issues at some point due to bad on-disk state. For instance your workstation +could crash at an inopportune moment leaving things in an inconsistent state, or you may run into bugs +in compilers or the build system itself. + +When faced with this it's good to be able to wipe out all state which influences the build. Since xmake +uses a number of different locations to store state it's not entirely obvious at first how to accomplish +this. + ## Windows ``` |