Skip to content

Commit e8d45d1

Browse files
committed
Incrase the stack size to 8MB
This fixes git crashed due to SYS3171 when cloning large repos such as https://github.com/psmedley/qt6-webengine-os2.git.
1 parent 8360dee commit e8d45d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ opts="
1414
--with-openssl
1515
--with-expat
1616
--without-tcltk
17-
LDFLAGS='-Zomf -Zbin-files -Zhigh-mem'
17+
LDFLAGS='-Zomf -Zbin-files -Zhigh-mem -Zstack 8192'
1818
"
1919

2020
eval "$d/$n" $opts "$@" 2>&1 | tee "$n.log"

0 commit comments

Comments
 (0)