I think there’s a use-case for building in the cloud with some custom compiler flags. It’s a false dichotomy that wanting custom flags == wanting to build locally. In particular, I want control over warnings, like -Wenum and -Wswitch-enum, -Wstack-usage etc.
It’s not a dichotomy at all.
You got a tool that is doing a particular thing but not another.
On the other hand there is a more versatile tool available - it offers building locally with full control over the build process and also offers the more “restricted” cloud building process.
You may propose an added feature to the exisisting tool, but currently it’s just not possible.