home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / HITECH-C / Z80V309.EXE / lha / OPTIONS < prev    next >
Text File  |  1993-06-08  |  727b  |  18 lines

  1. Z80 CP/M C compiler options:
  2.  
  3. -A    Generate a self-relocating .COM program
  4. -R    Link in command line wild card expansion code
  5. -V    Be verbose during compilation
  6. -S    Generate assembler code in a .AS file; don't assemble or link
  7. -C    Generate object code only; don't link.
  8. -O    Invoke the peephole optimizer
  9. -I    Specify an include directory, e.g. -I1:B:
  10. -U    Undefine a predefined symbol, e.g. -UDEBUG
  11. -D    Define a symbol, e.g. -DDEBUG=1
  12. -L    Scan a library, e.g. -LF scans the floating point library
  13. -F    Generate a symbol file suitable for use with debug.com, e.g.
  14.         -Ffile.sym; default file name is L.SYM.
  15. -W    Set warning level, e.g. -w5 or -w-2
  16. -X    Suppress local symbols in symbol tables
  17. -M    Generate a map file, e.g. -Mfile.map
  18.