X Tutup
Skip to content

Commit 8d48099

Browse files
committed
fix: less aggressive debug compile mode, made the app unresponsive when trying to close
1 parent e33ea1d commit 8d48099

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

heidisql.lpi

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,17 @@
4343
<OtherUnitFiles Value="source;source\metadarkstyle\src"/>
4444
<UnitOutputDirectory Value="bin\lib\$(TargetCPU)-$(TargetOS)"/>
4545
</SearchPaths>
46-
<Parsing>
47-
<SyntaxOptions>
48-
<IncludeAssertionCode Value="True"/>
49-
</SyntaxOptions>
50-
</Parsing>
5146
<CodeGeneration>
5247
<Checks>
5348
<IOChecks Value="True"/>
5449
<RangeChecks Value="True"/>
5550
<OverflowChecks Value="True"/>
5651
<StackChecks Value="True"/>
5752
</Checks>
58-
<VerifyObjMethodCallValidity Value="True"/>
5953
</CodeGeneration>
6054
<Linking>
6155
<Debugging>
6256
<DebugInfoType Value="dsDwarf3"/>
63-
<UseHeaptrc Value="True"/>
64-
<TrashVariables Value="True"/>
65-
<UseExternalDbgSyms Value="True"/>
6657
</Debugging>
6758
<Options>
6859
<PassLinkerOptions Value="True"/>
@@ -110,7 +101,9 @@ if TargetOS=&apos;darwin&apos; then
110101
</CodeGeneration>
111102
<Linking>
112103
<Debugging>
104+
<GenerateDebugInfo Value="False"/>
113105
<RunWithoutDebug Value="True"/>
106+
<DebugInfoType Value="dsDwarf3"/>
114107
</Debugging>
115108
<LinkSmart Value="True"/>
116109
<Options>

0 commit comments

Comments
 (0)
X Tutup