home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-06-30 | 433 b | 9 lines | [TEXT/R*ch] |
- #!/bin/csh
- # GNU C++ compilation
- /usr/local/bin/gcc -c -O -pipe -W -Wall -Wpointer-arith -Wenum-clash -Woverloaded-virtual \
- -Wstrict-prototypes -Wmissing-prototypes # -Wredundant-decls \
- -finline-functions -fforce-mem # -funsigned-char # -fshort-enums \
- -fforce-addr -fstrict-prototype -felide-constructors # -fexternal-templates \
- -fsave-memoized -fomit-frame-pointer -freg-struct-return \
- -I. -I{$HOME}/croot/c++-include/ -I- $*
-