Jake Colman <jake.colman(a)xemacs.org> writes:
If I export CFLAGS into the environment will it be addeded to
whatever default CFLAGS value would have been used? I think that it
will not. I'l have to check what the default values are and then
add the /B option to that.
CFLAGS will specify completely the flags to pass to the compiler, so
you will need to add whatever the default options are to the CFLAGS
environment variable.
- Vin