WARNING:DLIB in empty project

I just downloaded Defold today and every time I debug(by pressing F5) I get a warning as follows:

WARNING:DLIB: Profiler Engine.Init took 2.236 seconds

I even get this warning in a new empty project. Is this normal?

I’m not exactly sure why it takes so long to initialize, but it shouldn’t have an effect on your project. Later, when you’re using release builds, the profiler is removed.

2 Likes

Okay, that’s good to hear! Thanks Mathias.