Control: retitle -1 chromium: FTCBFS error: option 'cf-protection=return' cannot be specified on this target
On 2025-08-21 03:24, Emanuele Rocca wrote: > Building with ninja -v (see https://bugs.debian.org/1111693) it became > apparent that all other compilation units are built with the correct > --target option (eg: --target=aarch64-linux-gnu), whereas in the case of > default_for_rust_host_build_tools the option is not present. Helmut pointed out on IRC that the lack of --target may be intentional, due to the name "default_for_rust_host_build_tools" suggesting that perhaps this is something needed during build. If that's the case, it may be that the build system should use CFLAGS_FOR_BUILD instead of CFLAGS for default_for_rust_host_build_tools.

