Fix prod build missing define
This commit is contained in:
parent
963c764ce0
commit
4c1aa2b1c5
|
@ -23,6 +23,8 @@ os_page_size()
|
|||
if (!(c)) { \
|
||||
linux_memory_assert_always;\
|
||||
}} while(false)
|
||||
#else
|
||||
# define linux_memory_assert(c)
|
||||
#endif // DEBUG
|
||||
|
||||
#define SIZE_T_MAX_U64 (uint64_t)((size_t)0 - 1)
|
||||
|
|
Loading…
Reference in New Issue