Asan hack
This commit is contained in:
parent
07b827eb2d
commit
a95def6dc0
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@
|
|||
#include <aurora/aurora.h>
|
||||
#include <aurora/event.h>
|
||||
#include <aurora/main.h>
|
||||
|
||||
const char *__asan_default_options()
|
||||
{
|
||||
return "new_delete_type_mismatch=0,sleep_before_dying=5,allocator_may_return_null=1";
|
||||
}
|
||||
#endif
|
||||
|
||||
extern FileListEntry _ovltbl[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue