HP Pascal/HP-UX Release Notes Version A.10.08

Chapter 1 49
New and Changed Features
Porting HP Pascal/HP-UX Programs
-L Produce a program listing to stdout.
+N Turn off generation of notes.
+O0, +O1, +O2, +O3, +O4 Set optimization level.
+O[no]aggressive,
+O[no]all,
+O[no]conservative,
+O[no]dataprefetch,
+O[no]limit,
+O[no]size,
+O[no]entrysched,
+O[no]fastaccess,
+O[no]fltacc,
+O[no]initcheck,
+O[no]libcalls,
+O[no]loopunroll,
+O[no]moveflops,
+O[no]pipeline,
+O[no]procelim,
+O[no]regionsched,
+O[no]regreassoc
Modify optimization.
-S Produce assembly output.
+k Generate long-displacement code sequences for referencing
global data.
-y Generate additional information needed by static analysis
tools.
+z and +Z Produce PIC object for shared libraries.
Command Option Effect