As a Roblox developer, it is very slow to start a test in studio with several scripts running native code generation on mac due to the numerous output warnings about native code generation not being supported on Mac.
Without the ability to disable these warnings, I have to sift through hundreds of lengthy messages in the console to locate legitimate issues which occur at runtime during a test. This drastically slows my ability to develop large complex games on Mac.
Developers on Mac, and other unsupported OS’s, need some way to suppress these warnings. Native code generation is a great feature and we do not want to disable it on server scripts just to prevent this warning from filling the console.
