yglukhov / nimx

GUI library
MIT License
1.1k stars 75 forks source link

Can't Remove FPS & Other System Info #151

Closed bitnom closed 8 years ago

bitnom commented 8 years ago

How can we get rid of these system readouts? I'm not seeing it.

yglukhov commented 8 years ago

Either compile with -d:release, or disable it in code:

import nimx.mini_profiler
sharedProfiler().enabled = false