CodeOptimization.Release

Description

Release mode disables C# debugging but improves C# performance.

Release mode performs optimizations when compiling scripts, but does not add debug information to the C# Intermediate Language. These compiler optimizations affect C# Intermediate Language size, speed and efficiency.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答