Fix prod build missing define

This commit is contained in:
Cameron Tacklind 2022-08-10 12:52:49 -07:00
parent 963c764ce0
commit 4c1aa2b1c5
1 changed files with 2 additions and 0 deletions

View File

@ -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)