Replies: 1 comment
-
I think it's smaller since it's a zip file, but I'll defer to @ehsandeep on how it was built! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a simple go build produces a binary with 37.7MB of size
Using go build -ldflags "-w" reduces the binary to 30.7MB
The release file subfinder_2.6.3_linux_amd64.zip meanwhile have the size of 25.9MB
How did you manage to make the binary size smaller. Would you mind sharing your build instructions. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions