lottie/rapidjson: --assert

Save binary size about 0.8kb
This commit is contained in:
Hermet Park 2024-07-01 16:51:54 +09:00
parent 172429ea7c
commit 0874116742

View file

@ -433,8 +433,9 @@ RAPIDJSON_NAMESPACE_END
\ref RAPIDJSON_ERRORS APIs.
*/
#ifndef RAPIDJSON_ASSERT
#include <cassert>
#define RAPIDJSON_ASSERT(x) assert(x)
//#include <cassert>
//#define RAPIDJSON_ASSERT(x) assert(x)
#define RAPIDJSON_ASSERT(x)
#endif // RAPIDJSON_ASSERT
///////////////////////////////////////////////////////////////////////////////