Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

求大佬给个fscan编译的命令 #8

Open
linluhaijing opened this issue May 27, 2022 · 2 comments
Open

求大佬给个fscan编译的命令 #8

linluhaijing opened this issue May 27, 2022 · 2 comments

Comments

@linluhaijing
Copy link

No description provided.

@24-2021
Copy link
Owner

24-2021 commented May 28, 2022

go build -ldflags="-s -w " -trimpath

@r1is
Copy link

r1is commented May 28, 2022

CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w" -trimpath -o release/fscan_macos main.go

CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" -trimpath -o release/fscan_windows_x64.exe main.go

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -trimpath -o release/fscan_linux_x64 main.go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants