mirror of https://gitlab.com/basile.b/dexed.git
reverted changes made in 9b2ea82c3c
, bug was caused by white char scanner
This commit is contained in:
parent
5fb7e718ae
commit
35538f7155
|
@ -47,6 +47,7 @@
|
|||
<OverflowChecks Value="True"/>
|
||||
<StackChecks Value="True"/>
|
||||
</Checks>
|
||||
<VerifyObjMethodCallValidity Value="True"/>
|
||||
<Optimizations>
|
||||
<OptimizationLevel Value="0"/>
|
||||
</Optimizations>
|
||||
|
@ -381,7 +382,7 @@
|
|||
<CodeGeneration>
|
||||
<SmartLinkUnit Value="True"/>
|
||||
<Optimizations>
|
||||
<OptimizationLevel Value="2"/>
|
||||
<OptimizationLevel Value="3"/>
|
||||
</Optimizations>
|
||||
</CodeGeneration>
|
||||
<Linking>
|
||||
|
|
Loading…
Reference in New Issue