Add optimization to compile flags in Release

This commit is contained in:
2024-03-18 14:00:34 +01:00
parent 20fef5b6b3
commit 634ea36169
3 changed files with 5 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ int main(int argc, char** argv)
}
}
if (!found) {
throw std::runtime_error("You must specify one of the following commands: datasets, results\n");
throw std::runtime_error("You must specify one of the following commands: {datasets, results}\n");
}
}
catch (const exception& err) {