| Define | does what | 
| 
 | 
 | 
| TP | Needed to compile the compiler with Turbo or Borland Pascal. | 
| GDB | Support of the GNU Debugger (required switch). | 
| I386 | Generate a compiler for the Intel i386+ processor family. | 
| M68K | Generate a compiler for the M680x0 processor family. | 
| EXTDEBUG | Some extra debug code is executed. | 
| MEMDEBUG | Some memory usage information is displayed. | 
| SUPPORT_MMX | only i386: enables the compiler switch MMX which | 
|  | allows the compiler to generate MMX instructions. | 
| EXTERN_MSG | Don’t compile the msgfiles in the compiler, always use | 
|  | external messagefiles (default for TP). | 
| LOGSECONDPASS | Write compiler node information in assembler output. | 
| NOOPT | Do not include the optimizer in the compiler. | 
| 
 | 
 | 
|  |