Ver código fonte

+ handle -Cp in the first options processing pass

git-svn-id: trunk@29125 -
florian 10 anos atrás
pai
commit
a237648545
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      compiler/options.pas

+ 1 - 0
compiler/options.pas

@@ -973,6 +973,7 @@ begin
          (
           ((length(opt)>1) and (opt[2] in ['i','d','v','T','u','n','X','l'])) or
           ((length(opt)>3) and (opt[2]='F') and (opt[3]='e')) or
+          ((length(opt)>3) and (opt[2]='C') and (opt[3]='p')) or
           ((length(opt)>3) and (opt[2]='W') and (opt[3]='m'))
          )
         ) then