Brian,
 
I'm afraid this is not something we'll support in the <solution> task.  If we start adding switches like this one, then we end up with something that is no longer controllable.
 
If you really need lots of flexibility, then I'd suggest using our individual compiler tasks.
 
I've just added support for the different debug types to cvs.  Before this change, our compiler tasks only supported either full debug output or no debug output at all.
 
really hope you understand !  We might look into a more configurable <solution> task after the 0.85 release, but no promises there ...
 
Gert


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Walker, Brian
Sent: vrijdag 4 maart 2005 19:22
To: nant-developers@lists.sourceforge.net
Subject: [nant-dev] Patch for 1156702

This is a patch for bug 1156702.

 

It adds the “releasesymbols” attribute to the solution task. If set to true and a project in the solution is set to not generate debug information (DebugSymbols is false) then it sets the debug setting to “/debug:pdbonly” instead of “/debug-“. This will generate the pdb file but otherwise leave the assembly as a release build (no debuggable attribute added).

 

Brian Walker

 

Reply via email to