dnscontrol: strip binary

This commit is contained in:
Sandro Jäckel 2021-02-14 08:56:15 +01:00
parent 33a388084f
commit f8996ad9c9
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -15,6 +15,8 @@ buildGoModule rec {
subPackages = [ "." ];
buildFlagsArray = [ "-ldflags=-s -w" ];
meta = with lib; {
description = "Synchronize your DNS to multiple providers from a simple DSL";
homepage = "https://stackexchange.github.io/dnscontrol/";