Bithack / principia

Open source physics-based sandbox game.
https://principia-web.se
Other
258 stars 25 forks source link

Consider moving required release flags from go script to Makefile #98

Closed fgaz closed 9 months ago

fgaz commented 1 year ago

At least from the perspective of a distribution, it's easier to use standard tools (make in this case) instead of wrapper scripts when possible. I think this is already almost the case here since the go script just wraps make commands, except that it also adds some flags. If any of those flags are necessary for building principia in release mode, could you consider moving them to the Makefile?