Merge pull request #4136
4307489 wallet: disable core dumps on startup in release mode (moneromooo-monero)
This commit is contained in:
@@ -51,6 +51,9 @@ bool isAddressLocal(const std::string &address)
|
||||
void onStartup()
|
||||
{
|
||||
tools::on_startup();
|
||||
#ifdef NDEBUG
|
||||
tools::disable_core_dumps();
|
||||
#endif
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user