The "compilation" mode of the compiler is maybe too strict.
In most cases, short is better
suited. Hence you should redefine this feature as True. In some cases though you may want to set
it to False and see what it brings.
To be more precise, when set to true, it:
- bypasses the optimizer
- doesn't warn about obsolete features
- restricts VWEQ checks when we have sure positive (remember we don't scan all the program then)
BUT:
- keeps comments (otherwise they're cut out), and merges them in case of feature merge
- keeps the real aspect of manifests tringsm as written in the code (otherwise, only a compiled
This feature is obsolete: Don't use this feature anymore.
That's a 2.0 left-over that does not have any sense now that the type system is improved.
Just use Current instead.