Skip to content

Commit 009844a

Browse files
committed
Merge branch 'revert-fsyncObjectFiles-on-by-default'
Let's revert the commit that turned on that mode by default, in preparation for merging the code supporting a batch mode instead, and then making _that_ the new default. Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 3f28c5f + 878669f commit 009844a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compat/mingw.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3754,7 +3754,6 @@ int wmain(int argc, const wchar_t **wargv)
37543754

37553755
maybe_redirect_std_handles();
37563756
adjust_symlink_flags();
3757-
fsync_object_files = 1;
37583757

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

0 commit comments

Comments
 (0)