Browse Source

* cs_wpo_optimize_vmts also needs all unit info

git-svn-id: trunk@20951 -
Jonas Maebe 13 years ago
parent
commit
5c6c5699a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/globtype.pas

+ 1 - 1
compiler/globtype.pas

@@ -255,7 +255,7 @@ interface
        { whole program optimizations whose information generation requires
        { whole program optimizations whose information generation requires
          information from all loaded units
          information from all loaded units
        }
        }
-       WPOptimizationsNeedingAllUnitInfo = [cs_wpo_devirtualize_calls];
+       WPOptimizationsNeedingAllUnitInfo = [cs_wpo_devirtualize_calls,cs_wpo_optimize_vmts];
 
 
        featurestr : array[tfeature] of string[12] = (
        featurestr : array[tfeature] of string[12] = (
          'HEAP','INITFINAL','RTTI','CLASSES','EXCEPTIONS','EXITCODE',
          'HEAP','INITFINAL','RTTI','CLASSES','EXCEPTIONS','EXITCODE',