We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b476b commit d1a84faCopy full SHA for d1a84fa
Makefile
@@ -24,7 +24,7 @@ build:
24
cp -a frontend/dist/. backend/dist
25
26
# Build Go
27
- cd backend && go build -tags="prod" -o CryptoMail && cd ..
+ cd backend && go build -ldflags="-s -w" -tags="prod" -o CryptoMail && cd ..
28
cp backend/CryptoMail CryptoMail
29
30
# Cleanup
0 commit comments