cloudfox: add ldflags

This commit is contained in:
Fabian Affolter 2024-01-27 09:16:58 +01:00 committed by GitHub
parent 61ff419045
commit 2f330f48c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,11 @@ buildGoModule rec {
vendorHash = "sha256-qPIMmyKTmZEmxlLLftRMnBXvo22WFROYlCAAsAb7jDg=";
ldflags = [
"-w"
"-s"
];
# Some tests are failing because of wrong filename/path
doCheck = false;