设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

ccache 3.2.4发布,高速C/C++编译工具

2015-10-11 21:23| 发布者: joejoe0332| 查看: 690| 评论: 0|原作者: oschina|来自: oschina

摘要: ccache 3.2.4 发布,此版本主要是 bug 修复:Fixed build error related to zlib on systems with older make versions (regression in ccache 3.2.3).Made conversion-to-bool explicit to avoid build warnings (a ...

ccache 3.2.4 发布,此版本主要是 bug 修复:

  • Fixed build error related to zlib on systems with older make versions  (regression in ccache 3.2.3).

  • Made conversion-to-bool explicit to avoid build warnings (and potential  runtime errors) on legacy systems.

  • Improved signal handling: Kill compiler on SIGTERM; wait for compiler to exit  before exiting; die appropriately.

  • Minor fixes related to Windows support.

  • The correct compression level is now used if compression is requested.

  • Fixed a bug where cache cleanup could be run too early for caches larger than  64 GiB on 32-bit systems.

下载:http://samba.org/ftp/ccache/ccache-3.2.4.tar.gz

ccache(“compiler cache”的缩写)是一个编译器缓存,该工具会高速缓存编译生成的信息,并在编译的特定部分使用高速缓存的信息, 比如头文件,这样就节省了通常使用 cpp 解析这些信息所需要的时间。如果您编译清单 2 中的文件,假定          foobar.h 中包含对其他头文件的引用,ccache 会用那个文件的 cpp-parsed 版本来 取代          include 声明。就那么简单。不是真正去读取、理解并解释其内容,ccache 只是 将最终的文本拷贝到文件中,使得它可以立即被编译。


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部