home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume44 / toy_os / part04 / c++ next >
Encoding:
Text File  |  1994-09-05  |  404 b   |  9 lines

  1. #!/bin/csh
  2. #    GNU C++ compilation
  3. /usr/local/bin/gcc -c -O -pipe -W -Wall -Wpointer-arith -Wenum-clash -Woverloaded-virtual \
  4. -Wstrict-prototypes -Wmissing-prototypes # -Wredundant-decls \
  5. -finline-functions  -fforce-mem # -funsigned-char # -fshort-enums \
  6. -fforce-addr -fstrict-prototype -felide-constructors # -fexternal-templates \
  7. -fsave-memoized -fomit-frame-pointer -freg-struct-return \
  8. -I. -I- $*
  9.