Enable MZ_ASSERT on Linux (#2852)

Related to #2851
This commit is contained in:
Paulo Matos 2019-10-09 08:06:48 +02:00 committed by GitHub
parent 877ed67b93
commit f160661d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
#define HOOK_SHARED_OK /* EMPTY */
#endif
#ifdef OS_X
#if defined(OS_X) || defined(__linux__)
# define MZ_CHECK_ASSERTS
#endif