Add tag for building without Markdown support

This commit is contained in:
2024-07-16 15:30:48 -04:00
parent 66e9511eec
commit c6734dd283
4 changed files with 39 additions and 10 deletions
+2 -1
View File
@@ -8,5 +8,6 @@ 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:
- `noMarkdown`: Creates a binary without Markdown support (much smaller binary size and faster launch time)
- `wsl`: Allows creating a Linux binary that can interact with the Windows clipboard (for WSL)
- `termux`: Allows creating a Linux binary that can interact with the Termux clipboard (for Android)
- `termux`: Allows creating a Linux binary that can interact with the Termux clipboard (for Android)