home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / c / gnu_c / getstarted / Example / !Compile_C next >
Encoding:
Text File  |  1995-02-28  |  425 b   |  13 lines

  1. WimpSlot -min 1800K -max 2400K
  2.  
  3. Dir <Obey$Dir>.c
  4. gcc -O -v -x c c_source
  5.  
  6.  
  7. |   Other options, you might need.
  8.  
  9. |  -c   compile, but do not link. Output is a separate OBJ for each source
  10. |  -S   stop after compilation, do not assemble. Output is assembler files in .s
  11. |  -E   stop after preprocessing, do not compile. Output is sent to standard output.
  12. |  -O2    more optimisation to different rules - careful, read the manual! 
  13.