ollama: update ldFlags, remove -s and -w

This commit is contained in:
Pol Dellaiera
2025-10-14 21:35:21 +02:00
parent ebad364b18
commit 1efb8baaa2
-2
View File
@@ -213,8 +213,6 @@ goBuild (finalAttrs: {
'';
ldflags = [
"-s"
"-w"
"-X=github.com/ollama/ollama/version.Version=${finalAttrs.version}"
"-X=github.com/ollama/ollama/server.mode=release"
];