Cloud Build not reading gmcs/smcs?

We have a project that requires us to run with the -unsafe flag in the editor. It won’t build on the cloud build and fails with the error “Unsafe code requires the `unsafe’ command line option to be specified”.

Does the cloud build not respect the gmsc/smcs files perhaps? I can’t find a single solution posted anywhere to this specific problem (apart from not using unsafe code, which I can’t affect in this case unfortunately).

Any ideas?

Well of course now, after having posted, I found some info on 5.5 requiring mcs.rsp as well, which I added and now it builds on the cloud.