aboutsummaryrefslogtreecommitdiff
path: root/docs/xmake.md
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2026-01-19 13:36:48 +0100
committerGitHub Enterprise <[email protected]>2026-01-19 13:36:48 +0100
commit206499f22fd821f09f18dba7f821b6c320e21475 (patch)
tree4e4838c0fabc983e6ed9ce57dabdab3e535e8d22 /docs/xmake.md
parentconsul package and basic client added (#716) (diff)
downloadzen-206499f22fd821f09f18dba7f821b6c320e21475.tar.xz
zen-206499f22fd821f09f18dba7f821b6c320e21475.zip
small doc updates (#715)
Diffstat (limited to 'docs/xmake.md')
-rw-r--r--docs/xmake.md8
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
```