From: Matthew Flatt (mflatt at cs.utah.edu) Date: Sun Mar 6 08:52:20 EST 2005 |
|
At Sun, 6 Mar 2005 01:55:44 -0700, Richard Cleis wrote: > BTW: Using mzc --ld after compiling with cc -Wall works ok; I just > wonder if mzc will accept a switch or if the script can be edited. mzc ++ccf -Wall ... causes -Wall to be added to the command line when the C compiler is run. You can use ++ccf any number of times to pass on any number of arguments. Matthew
Posted on the users mailing list. |
|