Skip to content

Commit

Permalink
Disable DebugSymbols
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed May 17, 2024
1 parent 6beca33 commit 408167e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<CLRTestPriority>0</CLRTestPriority>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NullabilityInfoContextSupport>false</NullabilityInfoContextSupport>
<DebugSymbols>false</DebugSymbols>


<!-- We don't run the scanner in optimized builds -->
<CLRTestTargetUnsupported Condition="'$(IlcMultiModule)' == 'true'">true</CLRTestTargetUnsupported>
Expand Down

0 comments on commit 408167e

Please sign in to comment.