Cake.Unity icon indicating copy to clipboard operation
Cake.Unity copied to clipboard

Add 'releaseCodeOptimization' argument option

Open chrisyarbrough opened this issue 3 years ago • 0 comments

This PR adds the Unity editor command line option releaseCodeOptimization which disables debugging support in favor of optimized C# code. This option makes sense on dedicated build machines where debugging is usually not performed and the editor is used for long-running tasks such as running tests or performing AssetDatabase operations. In these situations it can be a speed improvement to use release-mode code.

chrisyarbrough avatar Nov 19 '22 16:11 chrisyarbrough