mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 07:35:53 +08:00
Allow PHP debug flag in local build
This commit is contained in:
committed by
Mat Sutcliffe
parent
c8eb8ecc2d
commit
11785c434d
@@ -185,7 +185,7 @@ namespace BlackCore
|
|||||||
if (!m_dbDebugFlag) { return false; }
|
if (!m_dbDebugFlag) { return false; }
|
||||||
|
|
||||||
// further checks could go here
|
// further checks could go here
|
||||||
const bool f = isDevelopment();
|
const bool f = this->isDevelopment() || CBuildConfig::isLocalDeveloperDebugBuild();
|
||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user