Skip to content

Commit

Permalink
Update FlatSharp.Compiler.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescourtney authored Nov 7, 2024
1 parent 8541a93 commit 60c569b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FlatSharp.Compiler/FlatSharp.Compiler.targets
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@
<CompilerCommand>$(CompilerCommand) --nullable-warnings $(FlatSharpNullable)</CompilerCommand>
</PropertyGroup>

<PropertyGroup Condition=" '$(FlatSharpPoolable)' == 'true' ">
<CompilerCommand>$(CompilerCommand) --gen-poolable</CompilerCommand>
</PropertyGroup>

<PropertyGroup Condition=" '$(FlatSharpDeserializers)' != '' ">
<CompilerCommand>$(CompilerCommand) --deserializers &quot;$(FlatSharpDeserializers)&quot;</CompilerCommand>
</PropertyGroup>
Expand Down

0 comments on commit 60c569b

Please sign in to comment.