On 12/8/10 10:48 AM, Tor Didriksen wrote:
> Seems like this is not a problem with cmake builds?
> I'm getting
>
> -- The C compiler identification is Intel
> -- The CXX compiler identification is Intel
> -- Check for working C compiler: /export/home/opt/intel/bin/ia32/icc
> -- Check for working C compiler: /export/home/opt/intel/bin/ia32/icc --
> works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /export/home/opt/intel/bin/ia32/icpc
> -- Check for working CXX compiler: /export/home/opt/intel/bin/ia32/icpc
> -- works
>
> and all the -Wxxx flags are not enabled.
The maintainer mode is off by default. It is enabled automatically for
debug (WITH_DEBUG) builds. Also, the code moving in the patch is a
preparation for when we can actually perhaps use more flags for ICC.
Regards,
Davi