- disable {$optimization on} setting so the (fp)make settings are used

git-svn-id: trunk@46458 -
This commit is contained in:
Jonas Maebe 2020-08-16 12:29:35 +00:00
parent f26735fc77
commit 8d3ef67218

View File

@ -56,7 +56,8 @@ interface
{$BOOLEVAL OFF}
{$EXTENDEDSYNTAX ON}
{$LONGSTRINGS ON}
{$OPTIMIZATION ON}
{ use optimization settings passed via fpmake/make }
{OPTIMIZATION ON}
// ======== Define options for TRegExpr engine
{$DEFINE UseFirstCharSet} // Enable optimization, which finds possible first chars of input string