Skip to content

Commit 6dc0226

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Merge branch 'fsync-object-files-always'
Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 85ca082 + 942530d commit 6dc0226

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
@@ -16,6 +16,7 @@
1616
#include "win32.h"
1717
#include "win32/lazyload.h"
1818
#include "wrapper.h"
19+
#include "write-or-die.h"
1920
#include <aclapi.h>
2021
#include <conio.h>
2122
#include <sddl.h>
@@ -3537,6 +3538,7 @@ int wmain(int argc, const wchar_t **wargv)
35373538
#endif
35383539

35393540
maybe_redirect_std_handles();
3541+
fsync_object_files = 1;
35403542

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

0 commit comments

Comments
 (0)