ubuntu下設置clion是使用clang和clang++


鏈接 http://stackoverflow.com/questions/31725681/how-to-setup-clion-with-portable-clang-on-ubuntu

 

I got the answer from CLion blog and it works and here it goes.

To provide CMake compiler paths, go to Settings | Build, Execution, Deployment | CMake and pass as CMake options:

-D CMAKE_C_COMPILER= -D CMAKE_CXX_COMPILER=

In case CMake fails to find some path to clang libs, etc. you can also set there environment variables:

CC=/usr/bin/clang CXX=/usr/bin/clang++


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM