BASIC Dialog and Error Help for PWB (pwbbc.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Setting Optimization Options
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
      Reduces stack frame     ┌──────── Optimizations ──────────┐
      generated in some       │                                 │
      situations. ─────────────▒ Quick Call Optimization   /Ot │
                              │                                 │
      Writes quoted strings ───▒ Disable String Compression /S │
      to object file instead  │                                 │
      of symbol table.        └─────────────────────────────────┘
 
      For details on /Ot, see the BASIC Programmer's Guide Chapter
      15, "Optimizing Program Size and Speed."
                                    -♦-