Merge pull request #4136

4307489 wallet: disable core dumps on startup in release mode (moneromooo-monero)
This commit is contained in:
luigi1111
2018-08-15 17:15:49 -05:00
4 changed files with 24 additions and 0 deletions
+3
View File
@@ -51,6 +51,9 @@ bool isAddressLocal(const std::string &address)
void onStartup()
{
tools::on_startup();
#ifdef NDEBUG
tools::disable_core_dumps();
#endif
}
}