Merge pull request #262390 from pbsds/ldflags-casing
{turbo,kind}: fix -ldflags casing
This commit is contained in:
commit
2b612f7408
@ -20,7 +20,7 @@ buildGoModule rec {
|
||||
|
||||
CGO_ENABLED = 0;
|
||||
GOFLAGS = [ "-trimpath" ];
|
||||
ldFlags = [ "-buildid=" "-w" ];
|
||||
ldflags = [ "-buildid=" "-w" ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
@ -79,7 +79,7 @@ let
|
||||
libiconv
|
||||
];
|
||||
|
||||
ldFlags = [
|
||||
ldflags = [
|
||||
"-s -w"
|
||||
"-X main.version=${version}"
|
||||
"-X main.commit=${src.rev}"
|
||||
|
Loading…
Reference in New Issue
Block a user