June 3, 2026
8:53 p.m.
Alexandre Julliard (@julliard) commented about configure.ac:
i386) WINE_TRY_PE_CFLAGS([-fno-omit-frame-pointer]) WINE_TRY_PE_CFLAGS([-mpreferred-stack-boundary=2]) WINE_TRY_PE_CFLAGS([-mlong-double-64]) + WINE_TRY_PE_CFLAGS([-mmmx]) + WINE_TRY_PE_CFLAGS([-msse]) + WINE_TRY_PE_CFLAGS([-msse2]) + WINE_TRY_PE_CFLAGS([-mfxsr])
`-msse2` is fine, but I'm not sure I see the point of the other flags. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10953#note_142131