diff --git a/src/game/main.c b/src/game/main.c index 5424b56b..03394e18 100644 --- a/src/game/main.c +++ b/src/game/main.c @@ -22,6 +22,11 @@ #include #include #include + +const char *__asan_default_options() +{ + return "new_delete_type_mismatch=0,sleep_before_dying=5,allocator_may_return_null=1"; +} #endif extern FileListEntry _ovltbl[];