Added default build type to not break linting
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
@@ -78,6 +78,10 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(EV_BUILDTYPE_DEBUG) && !defined(EV_BUILDTYPE_DEBUG_OPT) && !defined(EV_BUILDTYPE_RELEASE)
|
||||||
|
#define EV_BUILDTYPE_RELEASE 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef EV_BUILDTYPE_DEBUG
|
#ifndef EV_BUILDTYPE_DEBUG
|
||||||
# define EV_BUILDTYPE_DEBUG 0
|
# define EV_BUILDTYPE_DEBUG 0
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user