https://bugs.winehq.org/show_bug.cgi?id=52420
--- Comment #7 from nekoNexus@protonmail.ch ---
- If certain CFLAGS are passed to clang, the resulting build will throw 3
stack overflow errors; an example would be something like this:
export CFLAGS="-O3 -pipe -fno-plt -minline-all-stringops -fexceptions -Wall \ -Wformat -Werror=format-security \ -fstack-clash-protection -fcf-protection"
Sorry, I actually meant:
export CFLAGS="-O3 -pipe -fexceptions -Wall \ -Wformat -Werror=format-security \ -fstack-clash-protection -fcf-protection"