mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 21:49:11 +02:00
- disable {$optimization on} setting so the (fp)make settings are used
git-svn-id: trunk@46458 -
This commit is contained in:
parent
f26735fc77
commit
8d3ef67218
@ -56,7 +56,8 @@ interface
|
|||||||
{$BOOLEVAL OFF}
|
{$BOOLEVAL OFF}
|
||||||
{$EXTENDEDSYNTAX ON}
|
{$EXTENDEDSYNTAX ON}
|
||||||
{$LONGSTRINGS ON}
|
{$LONGSTRINGS ON}
|
||||||
{$OPTIMIZATION ON}
|
{ use optimization settings passed via fpmake/make }
|
||||||
|
{OPTIMIZATION ON}
|
||||||
|
|
||||||
// ======== Define options for TRegExpr engine
|
// ======== Define options for TRegExpr engine
|
||||||
{$DEFINE UseFirstCharSet} // Enable optimization, which finds possible first chars of input string
|
{$DEFINE UseFirstCharSet} // Enable optimization, which finds possible first chars of input string
|
||||||
|
Loading…
Reference in New Issue
Block a user