20 Jan
2022
20 Jan
'22
5:01 p.m.
https://bugs.winehq.org/show_bug.cgi?id=52420 --- Comment #7 from nekoNexus(a)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"
-- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.