mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:49:35 +02:00
* handle -Ca (as proposed by Michael Ring) and -Cf in the first option pass as well
git-svn-id: trunk@48668 -
(cherry picked from commit 50bc387688
)
This commit is contained in:
parent
8d165d7e98
commit
07f3b23c78
@ -1065,6 +1065,7 @@ begin
|
||||
((length(opt)>1) and (opt[2] in ['i','d','v','T','u','n','X','l','U'])) or
|
||||
((length(opt)>3) and (opt[2]='F') and (opt[3]='e')) or
|
||||
((length(opt)>2) and (opt[2]='C') and (opt[3] in ['a','b','f','p'])) or
|
||||
((length(opt)>3) and (opt[2]='C') and (opt[3] in ['a','f','p'])) or
|
||||
((length(opt)>3) and (opt[2]='W') and (opt[3] in ['m','p']))
|
||||
)
|
||||
) then
|
||||
|
Loading…
Reference in New Issue
Block a user