Skip to content

Commit

Permalink
Temp enable CFG
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky committed Jun 25, 2024
1 parent dcddc2e commit 31774eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ The .NET Foundation licenses this file to you under the MIT license.

<!-- Set defaults for unspecified properties -->
<PropertyGroup>
<ControlFlowGuard>Guard</ControlFlowGuard>

<StripSymbols Condition="'$(StripSymbols)' == '' and '$(_targetOS)' != 'win'">true</StripSymbols>
<NativeLib Condition="'$(OutputType)' == 'Library' and '$(NativeLib)' == '' and '$(IlcMultiModule)' != 'true'">Shared</NativeLib>
<NativeIntermediateOutputPath Condition="'$(NativeIntermediateOutputPath)' == ''">$(IntermediateOutputPath)native\</NativeIntermediateOutputPath>
Expand Down

0 comments on commit 31774eb

Please sign in to comment.