Commit fb4d7bcd authored by Ramon Nou's avatar Ramon Nou
Browse files

fix non debug build

parent 768d555f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -63,6 +63,8 @@ std::atomic<bool> initializing{false};
#else
#define DEBUG_INFO(...) /* No debug output */
#endif
#else
#define DEBUG_INFO(...)
#endif