mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +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; }
|
||||
|
||||
// further checks could go here
|
||||
const bool f = isDevelopment();
|
||||
const bool f = this->isDevelopment() || CBuildConfig::isLocalDeveloperDebugBuild();
|
||||
return f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user