12 Dec
2022
12 Dec
'22
2:51 p.m.
On Mon Dec 12 14:47:51 2022 +0000, mbriar wrote:
I don't know, I just did ``` ../configure --enable-win64 make -j16 -s ``` and apparently that resulted in a build without optimizations.. But yeah, explicitly enabling optimization with `../configure --enable-win64 CFLAGS="-O2" CROSSCFLAGS="-O2"` also gets me very close to the numbers with direct calls, although I probably have to run the direct call tests again as well, since I likely used a build without optimizations there too.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1763#note_19469