mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
No threaded debug output with fuzzing
This commit is contained in:
parent
f32b09206a
commit
6ecd02d410
|
@ -2090,7 +2090,7 @@ static CServer *CreateServer() { return new CServer(); }
|
|||
|
||||
int main(int argc, const char **argv) // ignore_convention
|
||||
{
|
||||
#if !defined(CONF_PLATFORM_MACOSX)
|
||||
#if !defined(CONF_PLATFORM_MACOSX) && !defined(FUZZING)
|
||||
dbg_enable_threaded();
|
||||
#endif
|
||||
#if defined(CONF_FAMILY_WINDOWS)
|
||||
|
|
Loading…
Reference in a new issue