Re: [Mingw-w64-public] Increasing the stack programmatically on mingw32

2021-07-13 Thread Jeremy Drake via Mingw-w64-public
On Tue, 13 Jul 2021, Tempelaar E. (Erik) wrote: > For this to work correctly the stack size was increased somewhere in the > past; on Unix using setrlimit, in mingw32 with 'LDFLAGS += > -Wl,--stack,0x0200' (32MiB) > I've seen the "processthreadsapi" and noticed that it has a 'dwStackSize'

[Mingw-w64-public] Increasing the stack programmatically on mingw32

2021-07-13 Thread Tempelaar E. (Erik)
Hello all, The 32-bit application I work on needs to able to validate a long string in XML against a complex regular expression in the XSD (using xerces-c) For this to work correctly the stack size was increased somewhere in the past; on Unix using setrlimit, in mingw32 with 'LDFLAGS += -Wl,--st