https://bugs.winehq.org/show_bug.cgi?id=55899
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- My flags (taken from Makefile) are
CFLAGS = -g -O0 -fcommon -O2 i386_CFLAGS = -g -O0 -fcommon -O2 i386_EXTRACFLAGS = -D__WINE_PE_BUILD -Wall -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value -fno-omit-frame-pointer -gdwarf-4 EXTRACFLAGS = -Wall -pipe -fcf-protection=none -fvisibility=hidden -fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4
Note that I didn't set those EXTRACFLAGS
The first gives
cc1: error: '-mpreferred-stack-boundary=2' is not between 3 and 12
The second gives
cc1: error: '-mincoming-stack-boundary=2' is not between 3 and 12