mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Disable assertions in SynEdit. Not sure but it seems some of them do a false positive detection. Fixes issue #2801.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package SynEditR;
|
||||
|
||||
{$ALIGN 8}
|
||||
{$ASSERTIONS ON}
|
||||
{$ASSERTIONS OFF}
|
||||
{$BOOLEVAL OFF}
|
||||
{$DEBUGINFO ON}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
|
||||
Reference in New Issue
Block a user