naabu: add ldflags
This commit is contained in:
@@ -27,6 +27,11 @@ buildGoModule rec {
|
||||
"cmd/naabu/"
|
||||
];
|
||||
|
||||
ldflags = [
|
||||
"-w"
|
||||
"-s"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Fast SYN/CONNECT port scanner";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user