English 中文(简体)
为什么在“ de”组合中,而不是“MP”中的缺省选择?
原标题:Why is /Gm the default option in debug configuration as opposed to /MP?

在我残疾/残疾后,由于能够使用/接受过治疗,在2010年VS的基础上修建的时间大大减少。

令我困惑的是,Gm是缺席的原因。 我认为,工作计划更好。

(如果能够做到,由于不兼容,就无法启动/管理计划。) 启动/启动的时间比启动/计划要长。

最佳回答

我可以想起几个原因:

  1. 使用<代码>/MP的备选办法改进建筑时间取决于用户拥有的加工商的数量。 视觉演播室团队可能认为,假定everyone有多个处理器,是合理(yet)。 (注,超翻新在像这种优化方面必然会算作多个处理器。)

  2. <代码>/MP备选办法与一些汇编者备选办法和语文特征不符。 一般来说,违约应尽量做到兼容,即使必要时牺牲速度。 这不是选择使其成为违约情况时评估的唯一标准。 你们不得不打碎手册,看看看“D9030”或“C2813”汇编者警告是什么意思,以及为什么你把2008年VS2008汇编起来的只是罚款的项目在VS2010年获得汇编。

http://msdn.microsoft.com/en-us/library/bb385193.aspx” rel=“noreferer”文件 更详细解释这些关切,甚至包括一些 如何确定使<代码>/MP选择成为个案的最佳决定。

Any time that you find yourself having to publish guidelines on whether or not a feature should be enabled, it probably shouldn t be enabled by default. Advanced users (and no, this is not an oxymoron: not everyone that uses Visual Studio is an advanced user because this designation is relative to the product in question) like you can decide for themselves whether or not they want to enable this option.

问题回答

暂无回答




相关问题
building .net applications without Visual Studio

I m interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE? I like to use ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Visual Studio 2010 Beta 2: Can I print in color?

I have to turn in a hard copy of some code with an assignment. Is there any way in Visual Studio 2010 to print C# source code with syntax highlighting? PS: The assignment is solving a math problem, ...

Set Select command in code

On button Click I want to Set the Select command of a Gridview. I do this and then databind the grid but it doesn t work. What am i doing wrong? protected void bttnView_Click(object sender, ...

WPF design-time context menu

I am trying to create a custom wpf control, I m wondering how I can add some design-time features. I ve googled and can t seem to get to my goal. So here s my simple question, how can I add an entry ...

热门标签