Boost C++ Libraries: Ticket #2419: [linux][intel] deprecated compiler switch -Ob https://svn.boost.org/trac10/ticket/2419 <p> icpc: command line remark <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/10010" title="#10010: Feature Requests: Boost 1.55 does not support setting language of description in exception (closed: wontfix)">#10010</a>: option '-Ob' is deprecated and will be removed in a future release. See '-help deprecated' </p> <p> The replacement is </p> <pre class="wiki">-inline-level={0,1,2} </pre><p> See: <a class="ext-link" href="http://tinyurl.com/4ta7s7"><span class="icon">​</span>http://tinyurl.com/4ta7s7</a> </p> <p> Patch is attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2419 Trac 1.4.3 Maik Beckmann <Beckmann.Maik@…> Thu, 16 Oct 2008 11:35:17 GMT attachment set https://svn.boost.org/trac10/ticket/2419 https://svn.boost.org/trac10/ticket/2419 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">intel-linux.patch</span> </li> </ul> <p> fix </p> Ticket Vladimir Prus Sun, 07 Dec 2008 08:10:29 GMT <link>https://svn.boost.org/trac10/ticket/2419#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2419#comment:1</guid> <description> <p> Maik, </p> <p> Unfortunately, -inline-level is not supported with earlier compilers. Do you know which option causes the compiler to print its version, and what is the example output? </p> <p> Thanks, Volodya </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Sat, 04 Apr 2009 07:29:40 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2419#comment:2 https://svn.boost.org/trac10/ticket/2419#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/52164" title="Adjust intel-linux inlining options for newer versions. Fixes #2419. ">[52164]</a>) Adjust intel-linux inlining options for newer versions. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2419" title="#2419: Bugs: [linux][intel] deprecated compiler switch -Ob (closed: fixed)">#2419</a>. </p> Ticket