remove TRACE define from release mode

This commit is contained in:
UbitUmarov
2022-03-31 15:16:52 +01:00
parent bf6885607e
commit c3332713d0

View File

@@ -20,7 +20,7 @@
</Configuration>
<Configuration name="Release">
<Options>
<CompilerDefines>TRACE</CompilerDefines>
<!--<CompilerDefines>TRACE</CompilerDefines> -->
<OptimizeCode>true</OptimizeCode>
<CheckUnderflowOverflow>false</CheckUnderflowOverflow>
<AllowUnsafe>true</AllowUnsafe>