﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
166	boost-build - intel-linux.jam file updates for icpc version 10.x	abachn@…	somebody	"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 ;
}}}"	enhancement	new	major	M13	component1	2.0			
