We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbeca3 commit 1998470Copy full SHA for 1998470
1 file changed
.github/workflows/release.yml
@@ -116,7 +116,7 @@ jobs:
116
# Strip leading 'v' — version var should be bare semver (e.g. 0.4.0)
117
CLEAN_VERSION="${VERSION#v}"
118
CGO_ENABLED=1 CC=gcc go build \
119
- -ldflags "-X main.version=$CLEAN_VERSION" \
+ -ldflags "-X main.version=$CLEAN_VERSION -extldflags '-static'" \
120
-o codebase-memory-mcp.exe \
121
./cmd/codebase-memory-mcp/
122
0 commit comments