[m-users.] Pass options to gcc compiler

Zoltan Somogyi zoltan.somogyi at runbox.com
Thu Nov 17 07:51:23 AEDT 2022


2022-11-17 07:45 GMT+11:00 "Sean Charles (emacstheviking)" <objitsu at gmail.com>:
> What I tried to ask for is how do I know what the final set of include paths is at compile time, and what compiler does mmc use as the default?

The section "Output options" in the user's guide, which is section 9.4
in the ROTD version, has several options that print relevant information.
You can also just give the -V flag to mmc, and it will tell you the exact
command line it is using to compile the .c file to .o.

Zoltan.


More information about the users mailing list