From 6d7e98274b0a18d8ca62d8cccc54cac29ed4c884 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Fri, 12 May 2017 17:07:00 -0700 Subject: [PATCH] revert debug change --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index ded6d6b628..f4699009ac 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -336,7 +336,7 @@ public: // Don't actually crash in debug builds, in case this apparent deadlock is simply from // the developer actively debugging code - #if 0 //def NDEBUG + #ifdef NDEBUG deadlockDetectionCrash(); #endif }