mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 22:29:28 +01:00
* fixed copy-paste error in -O4 description
git-svn-id: trunk@22253 -
This commit is contained in:
parent
2dbe48a76c
commit
eeda54b7eb
@ -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
|
||||
|
||||
@ -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 '+
|
||||
|
||||
Loading…
Reference in New Issue
Block a user