We have noticed that the size of the binary build using the nant <solution> tag is larger than the binary built for a .exe with the VS.Net solution.  I'm trying to get figure out what could be different and have a couple of questions:
 
1) Does <solution verbose="true"> show ALL the compiler flags that will be passed to the command line?  Is there any chance some might not get shown?
 
2) If it is supposed to be showing them all it appears a few are missing (compared to what VS.Net shows in the command line window for the project properties.)
For example, I can't seem to find the following flags in the nant output
/O2
/GS
/TP
 
Any chance these are not currently handled by the <solution> tag?
 
Ray

Reply via email to