Forgot to reactivate deadlock detection

This commit is contained in:
Olivier Prat 2018-02-23 18:08:21 +01:00
parent ee253143ff
commit b1b62087e5

View file

@ -488,7 +488,7 @@ public:
// Don't actually crash in debug builds, in case this apparent deadlock is simply from // Don't actually crash in debug builds, in case this apparent deadlock is simply from
// the developer actively debugging code // the developer actively debugging code
#ifdef NDEBUG #ifdef NDEBUG
// deadlockDetectionCrash(); deadlockDetectionCrash();
#endif #endif
} }
} }