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