New comment by dinama on void-packages repository https://github.com/void-linux/void-packages/issues/19839#issuecomment-595872036 Comment: > Something like the following in the template should be fine: > > ``` > export CFLAGS="${CFLAGS/-fstack-clash-protection/}" > ``` yes, now i, using `export CFLAGS=$(sed 's/-fstack-clash-protection//g' <<<$CFLAGS) ` if it workaround is legal for package - then issue notabug ps. option `-fstack-clash-protection` became in clang11