36 static bool GenerateCoreDumps =
false;
41 std::cout <<
"Not a debug build, skipping assertion." << std::endl;
46 std::cerr <<
"Assertion failed in " << __func__ <<
"(" << __FILE__ <<
":" << __LINE__ <<
")" << std::endl;
47 if (GenerateCoreDumps) {
void Assert(bool condition)