Delphi build, what happened to 'save generated .cfg' or any way to disable /Q?

sorry for the duplicate post, meant to use my personal account (this account).  Ignore the other one.

 I'm having a problem with the Delphi action and EurekaLog, for some reason my programs end up without EurekaLog  and no errors.  I've seen this in the past and there used to be a way to save the generated .cfg file for the command line compiler which made it easy to figure out what the problem is.....

 OR is there some way to turn off quiet, that should also allow me to figure this out.

 FB Pro 7.0.0.2525 if it matters

The option to save the cfg file is still there, on the compiler tab “keep generated .cfg file”, saves it as projectname.used. What version of Delphi and Eurekalog are you using. Do you see eurekalog output in the FinalBuilder log?

I see, I'm set to use the compiler options from .dproj file which disables that entire page. 

Thanks.  Switching to compiling with ecc32 seems to have fixed the problem.