full share validation via cmdline option

This commit is contained in:
gavinbarnard
2025-09-06 06:17:36 +00:00
parent 971f804a6e
commit 068b286a88
6 changed files with 22 additions and 6 deletions
+5
View File
@@ -258,6 +258,11 @@ Params::Params(int argc, char* const argv[])
}
#endif
if (strcmp(argv[i], "--full-validation") == 0) {
m_enableFullValidation = true;
ok = true;
}
if (!ok) {
// Wait to avoid log messages overlapping with printf() calls and making a mess on screen
std::this_thread::sleep_for(std::chrono::milliseconds(10));