mirror of
https://github.com/json-c/json-c.git
synced 2026-03-25 16:09:06 +08:00
update testcase and delete debug -O0 build
This commit is contained in:
@@ -4,10 +4,8 @@
|
||||
#include <string.h>
|
||||
#ifdef NDEBUG
|
||||
#undef NDEBUG
|
||||
#include <assert.h>
|
||||
#else
|
||||
#include <assert.h>
|
||||
#endif
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
|
||||
|
||||
@@ -2,10 +2,8 @@
|
||||
#include "strerror_override_private.h"
|
||||
#ifdef NDEBUG
|
||||
#undef NDEBUG
|
||||
#include <assert.h>
|
||||
#else
|
||||
#include <assert.h>
|
||||
#endif
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user