mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 12:10:45 +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}
|
||||
{$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
|
||||
|
Loading…
Reference in New Issue
Block a user