[wiki] Update to match libmutton wiki changes

This commit is contained in:
2024-08-08 20:06:22 -04:00
parent 35df3b078f
commit 498fe20d95
3 changed files with 2 additions and 4 deletions
-3
View File
@@ -1,10 +1,7 @@
## Building
This repository is currently home to both the MUTN client and the general libmutton server software.
Official binaries are stripped of debug info for size and built without CGO (except for distribution packages) for portability, as follows:
```
CGO_ENABLED=0 go build -ldflags="-s -w" -trimpath ./mutn.go
CGO_ENABLED=0 go build -ldflags="-s -w" -trimpath ./libmuttonserver.go
```
Additionally, some custom build tags can be used to create different binaries. The following tags are not used in official builds: