Remove obvious comments from ldflags

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
Simon Schoeters 2022-06-04 14:24:37 +00:00 committed by ehmry
parent 55b2904c5a
commit 47d633a968

View File

@ -13,9 +13,9 @@ buildGoModule rec {
vendorSha256 = "189qs6vmx63vwsjmc4qgf1y8xjsi7x6l1f5c3kd8j8jnagl26z4h";
ldflags = [ # omit some things for a smaller binary
"-w" # omit the DWARF symbol table
"-s" # omit symbol table and debug info
ldflags = [
"-w"
"-s"
];
meta = with lib; {