No description
| src | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| LICENSE | ||
| README.md | ||
| XD.1 | ||
XD
Smiley face to explain info on the shell.
More info on XD can be found in the manpage.
Building
When packaging XD it's recommended to use the following flags:
zig build -Doptimize=ReleaseFast
which will won't be linked to libgit2, if you instead wish to link to libgit2:
zig build -Doptimize=ReleaseFast -Ddynamic=true
Statically linking results in marginally faster, but significantly larger
executables.