Opened 16 years ago

#166 new enhancement

boost-build - intel-linux.jam file updates for icpc version 10.x

Reported by: abachn@… Owned by: somebody
Priority: major Milestone: M13
Component: component1 Version: 2.0
Keywords: Cc:

Description

When using Inter C++ Compiler with boost-build 2.0-m12 there are some options that are deprecated or plain wrong!

The most important options in file: intel-linux.jam

flags intel-linux.compile OPTIONS <inlining>off : "-inline-level=0" ;
flags intel-linux.compile OPTIONS <inlining>on : "-inline-level=1" ;
flags intel-linux.compile OPTIONS <inlining>full : "-inline-level=2" ;
flags intel-linux.compile OPTIONS <optimization>space : "-O1" ; # no specific space optimization flag in icc

flags intel-linux.compile OPTIONS <warnings>off : -w ;
flags intel-linux.compile OPTIONS <warnings>on : -w1 ;
flags intel-linux.compile OPTIONS <warnings>all : -w2 ;

Attachments (1)

intel-linux.jam (3.4 KB ) - added by abachn@… 16 years ago.
Updated version of intel-linux.jam

Download all attachments as: .zip

Change History (1)

by abachn@…, 16 years ago

Attachment: intel-linux.jam added

Updated version of intel-linux.jam

Note: See TracTickets for help on using tickets.