update testcase and delete debug -O0 build

This commit is contained in:
dota17
2020-03-02 20:19:35 +08:00
parent 2d44f865c3
commit e56ab0146f
3 changed files with 4 additions and 9 deletions

View File

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