码迷,mamicode.com
首页 > 系统相关 > 详细

在cmake中使用ccache

时间:2017-06-26 17:02:55      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:set   cache   c++   pil   mpi   compiler   gcc   compile   cmake   

对于C代码:

SET(CMAKE_C_COMPILER      "ccache")
SET(CMAKE_C_COMPILER_ARG1 "gcc")

对于C++代码:

SET(CMAKE_CXX_COMPILER      "ccache")
SET(CMAKE_CXX_COMPILER_ARG1 "g++")

在cmake中使用ccache

标签:set   cache   c++   pil   mpi   compiler   gcc   compile   cmake   

原文地址:http://www.cnblogs.com/xf-said/p/7081013.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!