Skip to content

Commit

Permalink
safer cgi compilation flags
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed Jul 6, 2023
1 parent 9905cb0 commit c112f10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xidelcgi.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,15 @@
</SearchPaths>
<Parsing>
<SyntaxOptions>
<IncludeAssertionCode Value="True"/>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<Checks>
<RangeChecks Value="True"/>
<OverflowChecks Value="True"/>
</Checks>
<Optimizations>
<OptimizationLevel Value="3"/>
</Optimizations>
Expand Down

0 comments on commit c112f10

Please sign in to comment.