log: Disable stdout buffering. I want to see output sooner in journalctl.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 34m18s

This commit is contained in:
Cory McWilliams 2025-06-07 13:24:55 -04:00
parent deae4d5367
commit bfa97ed7c7

View File

@ -2026,6 +2026,7 @@ void tf_run_thread_start(const char* zip_path)
#else #else
int main(int argc, char* argv[]) int main(int argc, char* argv[])
{ {
setvbuf(stdout, NULL, _IONBF, 0);
_startup(argc, argv); _startup(argc, argv);
ares_library_init(0); ares_library_init(0);