﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
154	Wrong compiler flags with Intel C++ compiler	Alpar Juttner	Akos Ladanyi	"I run the configure scripts using Intel C++ compiler version 10.1 like this:
{{{
./configure --enable-demo --enable-benchmark CXX=/usr/local/intel/cc/10.1/bin/icpc
}}}

The scripts sets {{{CXXFLAGS}}} in a wrong way as it sets all the {{{GCC}}} specific ''-Wxyz'' flags are also set. The correct setting should probably be
{{{
CXXFLAGS=-g -O2
}}}


This bug exists in [bb40b6db0a58]."	task	closed	major	LEMON 1.0 release	core	hg main	fixed			
