Skip to content

Commit dd4bcb8

Browse files
committed
Merge branch 'fsync-object-files-always'
Signed-off-by: Johannes Schindelin <[email protected]>
2 parents b0b142b + 41469f5 commit dd4bcb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compat/mingw.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3245,6 +3245,7 @@ int msc_startup(int argc, wchar_t **w_argv, wchar_t **w_env)
32453245

32463246
maybe_redirect_std_handles();
32473247
adjust_symlink_flags();
3248+
fsync_object_files = 1;
32483249

32493250
/* determine size of argv conversion buffer */
32503251
maxlen = wcslen(_wpgmptr);
@@ -3312,6 +3313,7 @@ void mingw_startup(void)
33123313

33133314
maybe_redirect_std_handles();
33143315
adjust_symlink_flags();
3316+
fsync_object_files = 1;
33153317

33163318
/* get wide char arguments and environment */
33173319
si.newmode = 0;

0 commit comments

Comments
 (0)