zrepl: add strip flags
This commit is contained in:
parent
6c5f014da7
commit
c1d137b282
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ buildGoModule rec {
|
||||||
makeWrapper
|
makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
ldflags = [ "-X github.com/zrepl/zrepl/version.zreplVersion=${version}" ];
|
ldflags = [ "-s" "-w" "-X github.com/zrepl/zrepl/version.zreplVersion=${version}" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/lib/systemd/system
|
mkdir -p $out/lib/systemd/system
|
||||||
|
|
Loading…
Reference in a new issue