Opened 14 years ago
Closed 14 years ago
#2419 closed Bugs (fixed)
[linux][intel] deprecated compiler switch -Ob
Reported by: | 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)
Change History (3)
by , 14 years ago
Attachment: | intel-linux.patch added |
---|
comment:1 by , 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 , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fix