Re: [Mono-list] mcs targets/definitions

2003-09-13 Thread Miguel de Icaza
hello, > > Does the debug flag affect performance of the generated IL? > > Any takers? The -g compiler flag does not affect execution performance. It only makes the .exe file larger by including the debugging information into it (and the build is slightly slower as you have to generate it). T

Re: [Mono-list] mcs targets/definitions

2003-09-13 Thread Kenneth Brubaker
ase builds. Kenneth Brubaker Original Message Follows From: Jonathan Pryor <[EMAIL PROTECTED]> To: Kenneth Brubaker <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [Mono-list] mcs targets/definitions Date: Tue, 09 Sep 2003 20:32:56 -0400 Attempted answers inline... On Mo

Re: [Mono-list] mcs targets/definitions

2003-09-09 Thread Jonathan Pryor
Attempted answers inline... On Mon, 2003-09-08 at 23:42, Kenneth Brubaker wrote: > (1) Would there be any reason to have a Release and Debug builds using the > current mcs? Not right now... > I don't see any optimize flags. Exactly. So what would a Release build add? :-) Plus, with Debug b

[Mono-list] mcs targets/definitions

2003-09-08 Thread Kenneth Brubaker
(1) Would there be any reason to have a Release and Debug builds using the current mcs? I don't see any optimize flags. There is, of course a debug flag (two for some reason--why?), but I always prefer to produce debug symbols for my release builds. (Yes bugs CAN occur in release builds :-o )