I'm currently working on a game using the Amethyst engine.
I want the log to be displayed in the console when debugging, but I want it to be displayed in the GUI window only when releasing.
I want this macro to be deployed only in the release build. How do I do this?
#![windows_subsystem = "windows"]