mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +00:00
lottie/rapidjson: --assert
Save binary size about 0.8kb
This commit is contained in:
parent
172429ea7c
commit
0874116742
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Reference in a new issue