Opened 14 years ago

Closed 14 years ago

#2419 closed Bugs (fixed)

[linux][intel] deprecated compiler switch -Ob

Reported by: Maik Beckmann <Beckmann.Maik@…> Owned by: Vladimir Prus
Milestone: To Be Determined Component: build
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

icpc: command line remark #10010: option '-Ob' is deprecated and will be removed in a future release. See '-help deprecated'

The replacement is

-inline-level={0,1,2} 

See: http://tinyurl.com/4ta7s7

Patch is attached.

Attachments (1)

intel-linux.patch (824 bytes ) - added by Maik Beckmann <Beckmann.Maik@…> 14 years ago.
fix

Download all attachments as: .zip

Change History (3)

by Maik Beckmann <Beckmann.Maik@…>, 14 years ago

Attachment: intel-linux.patch added

fix

comment:1 by Vladimir Prus, 14 years ago

Maik,

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?

Thanks, Volodya

comment:2 by Vladimir Prus, 14 years ago

Resolution: fixed
Status: newclosed

(In [52164]) Adjust intel-linux inlining options for newer versions. Fixes #2419.

Note: See TracTickets for help on using tickets.