12 Dec
2022
12 Dec
'22
2:52 p.m.
On Mon Dec 12 14:51:47 2022 +0000, mbriar wrote:
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.
../configure --enable-win64
make -j16 -s
This should work, but it also likely depends on `CFLAGS` environment variable. If it is defined, even empty, it will take over the default. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1763#note_19471