Disable MSBuild output of "Processing /ORDER options..."

Posted by Jippers on Stack Overflow See other posts from Stack Overflow or by Jippers
Published on 2010-05-25T23:34:00Z Indexed on 2010/05/25 23:41 UTC
Read the original article Hit count: 195

Filed under:
|
|
|

The output file from our project build has gone from 6MB to over 75MB in text.

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

    ??$?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?

© Stack Overflow or respective owner

Related posts about c++

Related posts about msbuild