tubelz / macaw

2D game engine written in Go using SDL2 and ECS
https://github.com/tubelz/macaw/wiki
zlib License
12 stars 0 forks source link

Have option to remove debug messages #7

Closed rennomarcus closed 6 years ago

rennomarcus commented 6 years ago

Is your feature request related to a problem? Please describe. Debug messages should be optional. At this moment they always show on the console log.

Describe the solution you'd like Add a flag so when we compile we don't have the debug messages anymore.

Some questions that might help you to describe the feature This change is important, because it improves performance and should remove messages the developer is not interesting in.