Added default build type to not break linting

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2024-10-06 23:41:56 +03:00
parent 3382a51ad3
commit fdc7ccc94d

View File

@@ -78,6 +78,10 @@
# 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
# define EV_BUILDTYPE_DEBUG 0
#endif