Commit 1c1e0be5 authored by Winter's avatar Winter
Browse files

wireguard-go: drop redundant ldflag

parent 72fbd4cd
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -33,10 +33,7 @@ buildGoModule (

    subPackages = [ "." ];

    ldflags = [
      "-s"
      "-w"
    ];
    ldflags = [ "-s" ];

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