简体   繁体   English

禁用“正在处理/ ORDER选项…”的MSBuild输出

[英]Disable MSBuild output of “Processing /ORDER options…”

The output file from our project build has gone from 6MB to over 75MB in text. 我们项目构建的输出文件的文本大小已从6MB增加到75MB以上。

Diff'ing the last good build and the first time it blew up, there's a section in the output file like this in the latest: 与上次良好的构建版本不同,它第一次崩溃时,最新的输出文件中有一个部分是这样的:

Processing /ORDER options
External code objects not listed in the /ORDER file:
    ?onCallDisconnected@CallStateConnected@CallImpl@space@@UAEXV?$shared_ptr@VCallImpl@space@@@boost@@V?$shared_ptr@VGenericCall@space@@@5@K@Z                     ; framework.lib(CallStates.obj)
    ??_DBoolSetting@space@@QAEXXZ                             ; framework.lib(SettingValueImpl.obj)

...... continues for ~50MB ......持续约50MB

    ??$?0U?$pair@$$CBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@J@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@JU?$less@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@J@std@@@2@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@J@std@@@1@@Z                     ; CallStatistics.obj

 Finished processing /ORDER options

I'm not sure how this got in there, but anyone know how to turn it off? 我不确定这是怎么实现的,但是有人知道如何关闭它吗?

I turned of VERBOSE linking and set it to none. 我转过VERBOSE链接,并将其设置为none。 Now I have zip spitting out. 现在,我的拉链破裂了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM