Deprecate C_DEBUG definition in favour of standard NDEBUG (#2783)
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ namespace {
|
||||
// true.
|
||||
void initSignalHandler()
|
||||
{
|
||||
#ifndef C_DEBUG
|
||||
#ifdef NDEBUG
|
||||
signalsInitTime = std::chrono::steady_clock::now();
|
||||
|
||||
signal(SIGSEGV, handleSignal);
|
||||
|
||||
Reference in New Issue
Block a user