Skip to content
Snippets Groups Projects
Commit feb89512 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

export: mitigate terrible windows stdout performance by chainging stdout chacheing behavior

parent 2992717f
No related branches found
No related tags found
No related merge requests found
...@@ -314,6 +314,7 @@ std::string translateModelString(const std::string& in, int type) ...@@ -314,6 +314,7 @@ std::string translateModelString(const std::string& in, int type)
int main(int argc, char** argv) int main(int argc, char** argv)
{ {
std::ios_base::sync_with_stdio(false);
eis::Log::level = eis::Log::INFO; eis::Log::level = eis::Log::INFO;
Config config; Config config;
argp_parse(&argp, argc, argv, 0, 0, &config); argp_parse(&argp, argc, argv, 0, 0, &config);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment