Declare global counters only in debug builds

This commit is contained in:
Emmanuele Bassi 2020-01-29 14:03:56 +01:00
parent 47c44644b1
commit 0df542e494

View File

@ -37,10 +37,10 @@ typedef struct {
GQuark cpu_time;
GQuark gpu_time;
} ProfileTimers;
#endif
static guint texture_pixels_counter;
static guint fallback_pixels_counter;
#endif
struct _GskVulkanRenderer
{