pTAL Reference Manual (H06.03+)

Compiler Directives
HP pTAL Reference Manual523746-005
17-46
OPTIMIZEFILE
optimize-level
is an integer. If it is not 0, 1, or 2, the compiler ignores the line. optimize-
level must be preceded by white space and it can be followed by white
space.
comment
is any text.
Default: The optimization level that OPTIMIZE specified
Placement: Only in the compilation command (not in the source file)
Scope: Applies to the compilation unit
Dependencies: None
References: OPTIMIZE
on page 17-44
Example 17-25. File for OPTIMIZEFILE Directive
# This is the optimizefile for compilation xyz.
abc.sub 0
abc 2
def 1