Closed issue by Francesco149 on void-packages repository https://github.com/void-linux/void-packages/issues/10244 Description: clang doesn't support ```-fstack-clash-protection```. because of this, packages such as godot fail to build with errors like ```clang-7: error: unknown argument: '-fstack-clash-protection``` seems like this was introduced in 6b81302e380aaf6688982b932a4efff7c642a7f5 not sure if it's worth removing the flag when you can just remove it from CFLAGS in such packages, but i thought it's worth reporting