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?