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

use icpc with Xcode 4.6.2

Igor_Igor
Beginner
443 Views

Hello

How can I tell Xcode to use icpc? now it runs icc for both .c and cpp files. In "build rules" I can specify "Intel Compiler" only

Thx

 

0 Kudos
1 Reply
Denis_B_Intel1
Employee
443 Views

Hello Igor,

For .cpp files compilation Xcode calls "icc -x c++" that is equivalent to calling "icpc". Is that causing any issues?
Note that Apple's compiler is called in similar way (clang -x c++).

Thanks,
Denis

0 Kudos
Reply