Added release build support. (#119)

* Cleaned up and updated cmake to have release build support.
* Added segfault handler.
* Added latest hpfs release build.
* Fixed coding issues revealed by release build.
This commit is contained in:
Ravin Perera
2020-09-16 17:51:54 +05:30
committed by GitHub
parent 64efc53cef
commit 93f57efbe3
9 changed files with 44 additions and 63 deletions

View File

@@ -340,7 +340,7 @@ namespace comm
}
else
{
LOG_ERR << "fork() failed when starting websocketd process.";
LOG_ERR << errno << ": fork() failed when starting websocketd process.";
return -1;
}