Skip to content

Commit

Permalink
Merge branch 'fsync-object-files-always'
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Apr 28, 2023
2 parents d18f7a1 + 0dae36f commit beb5ed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compat/mingw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3041,6 +3041,7 @@ int wmain(int argc, const wchar_t **wargv)
#endif

maybe_redirect_std_handles();
fsync_object_files = 1;

/* determine size of argv and environ conversion buffer */
maxlen = wcslen(wargv[0]);
Expand Down

0 comments on commit beb5ed3

Please sign in to comment.