On 8/15/2013 3:01 AM, David Jeske wrote:
I'm getting an xbuild error because xbuild is generating the invalid compiler flag "/debug:none". However, I don't know where this is being generated. Is this something in my project's build template, xbuild templates, xbuild code, elsewhere?
Could it have to do with the fact that you are targeting .NET 2.0 (using gmcs). It seems to work correctly with my project targeting .NET 4.0 (using dmcs). I get the correct /debug- flag when I have <DebugType>none</DebugType> in my .csproj file. Or maybe you have a mismatched <DebugSymbols>true</DebugSymbols> in your .csproj?
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
