ivan1993spb / snake-server

Snake-Server is a pure Go implementation of the famous arcade game 🐍
https://snakeonline.xyz
MIT License
33 stars 3 forks source link

In makefile add ldflags for lighter builds #115

Closed ivan1993spb closed 3 years ago

ivan1993spb commented 3 years ago

In makefile add ldflags for lighter builds: -ldflags="-s -w"