Skip to content

Commit 1c1e0be

Browse files
committed
wireguard-go: drop redundant ldflag
1 parent 72fbd4c commit 1c1e0be

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkgs/by-name/wi/wireguard-go/package.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ buildGoModule (
3333

3434
subPackages = [ "." ];
3535

36-
ldflags = [
37-
"-s"
38-
"-w"
39-
];
36+
ldflags = [ "-s" ];
4037

4138
# No tests besides the formatting one are in root.
4239
# We can't override subPackages per-phase (and we don't

0 commit comments

Comments
 (0)