Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

command line remark #10148: option '/Qvec-report0' not supported

Gu__Albert
Beginner
1,095 Views

When I use Intel(R) compiler 19.0 to compile a program, a note appears: command line remark #10148: option '/Qvec-report0' not supported. I don't know what that means. Is there any expert who can help me? Thanks.

 

0 Kudos
3 Replies
Viet_H_Intel
Moderator
1,095 Views

That option is replaced by /Qopt-report. You can run "icl /help" to get more details about the option.

0 Kudos
Gu__Albert
Beginner
1,095 Views

Viet Hoang (Intel) wrote:

That option is replaced by /Qopt-report. You can run "icl /help" to get more details about the option.

Thanks for your help. My understanding is that the note is not a error, I can close the option directly, right?

0 Kudos
Viet_H_Intel
Moderator
1,095 Views

It is not an error. Yes, you can.

0 Kudos
Reply