aboutsummaryrefslogtreecommitdiff
path: root/src/global_macros.h
blob: 1d671e4a9a1ff1382d045ca41c90ac107348d640 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#ifdef _DEBUG
#define CRU_DEBUG
#endif

#define GLOG_NO_ABBREVIATED_SEVERITIES

#ifdef CRU_DEBUG
#define CRU_DEBUG_LAYOUT
#endif