Merge pull request #314006 from svrana/ctlptl-fix

ctlptl: build only main executable
This commit is contained in:
Aleksana 2024-05-25 13:12:48 +08:00 committed by GitHub
commit f2c4b2f1eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,8 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles ];
subPackages = [ "cmd/ctlptl" ];
ldflags = [
"-s"
"-w"