* fixed copy-paste error in -O4 description

git-svn-id: trunk@22253 -
This commit is contained in:
Jonas Maebe 2012-08-26 21:04:40 +00:00
parent 2dbe48a76c
commit eeda54b7eb
2 changed files with 2 additions and 2 deletions

View File

@ -3410,7 +3410,7 @@ J*2Cv_Var/out parameter copy-out checking
**2O1_Level 1 optimizations (quick and debugger friendly)
**2O2_Level 2 optimizations (-O1 + quick optimizations)
**2O3_Level 3 optimizations (-O2 + slow optimizations)
**2O3_Level 4 optimizations (-O3 + optimizations which might have unexpected side effects)
**2O4_Level 4 optimizations (-O3 + optimizations which might have unexpected side effects)
**2Oa<x>=<y>_Set alignment
**2Oo[NO]<x>_Enable or disable optimizations, see fpc -i for possible values
**2Op<x>_Set target cpu for optimizing, see fpc -i for possible values

View File

@ -1340,7 +1340,7 @@ const msgtxt : array[0..000277,1..240] of char=(
'**2O1_Level 1 opt','imizations (quick and debugger friendly)'#010+
'**2O2_Level 2 optimizations (-O1 + quick optimizations)'#010+
'**2O3_Level 3 optimizations (-O2 + slow optimizations)'#010+
'**2O3_Level 4 optimizations (-O3 + optimizations which might have unex'+
'**2O4_Level 4 optimizations (-O3 + optimizations which might have unex'+
'pected side effect','s)'#010+
'**2Oa<x>=<y>_Set alignment'#010+
'**2Oo[NO]<x>_Enable or disable optimizations, see fpc -i for possible '+