Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!lavaca.uh.edu!menudo.uh.edu!davison From: davison@menudo.uh.edu (Dan Davison) Newsgroups: comp.lang.fortran Subject: Re: Help with RM Fortran compiler switches Message-ID: <1991Jan30.011257.19539@menudo.uh.edu> Date: 30 Jan 91 01:12:57 GMT References: <1991Jan24.180852.86218@vaxc.cc.monash.edu.au> <3026@casbah.acns.nwu.edu> Sender: nntppost@menudo.uh.edu (NNTP Posting Service) Organization: University of Houston Lines: 23 In-Reply-To: halpern@casbah.acns.nwu.edu's message of 29 Jan 91 17:08:00 GMT >RMFORT filename /LEZ >Anyone know what the /LEZ switch does? I know that: (i) the /L option produces a program listing; (ii)the /Z suppresses optimization. The default is for code optimization. I'm not sure about the /E option. I don't think there is one. /E is "Generate a listing of error and warning messages" /L is "Generate a standard program listing /Z is "Suppress code optimization" there's also a /Z1 "Suppress code optimizations which depend on whether a variable is listed in a SAVE statement" dan -- dr. dan davison/dept. of biochemical and biophysical sciences/univ. of Houston/4800 Calhoun/Houston,TX 77054-5500/davison@uh.edu/DAVISON@UHOU Disclaimer: As always, I speak only for myself, and, usually, only to myself.