网页
图片
视频
学术
词典
地图
更多
航班
笔记本
ccache
网络
编译的缓存;编译器的名称
网络释义
1.
编译的缓存
加快编译你的FreeBSD
编译的缓存
(
ccache
)CCACHE是为措施编译供给缓存,通过镌汰频频代码编译次数,加快编译工夫。不 …
linux.net527.cn
|
基于26个网页
2.
编译器的名称
CC 设置首先使用的 C
编译器的名称
(
ccache
)。 现在,当运行 make 时,如果使用了 -j 选项来指定要执行的同步编译的数目…
linux.chinaitlab.com
|
基于12个网页
例句
释义:
全部
全部
,
编译的缓存
编译的缓存
,
编译器的名称
编译器的名称
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The CCACHE_LOGFILE
environment
variable
defines
the
location
of
a
log
file
that will be populated as
you
use
ccache
.
CCACHE_LOGFILE
环境
变量
定义
了
使用
高速
缓存
时
生成
的
日志
文件
所
处
的
位置
。
www.ibm.com
2.
As
mentioned above
,
ccache
works
by sitting
between
you
and
your
normal
compiler
.
如上所述
,
ccache
在
您
与
您
的
普通
编译
器
之间
进行
工作
。
www.ibm.com
3.
We
need
something meaty to
compile
,
because
ccache
works
best
when
it has
cached
the
parsed
header
files
.
我们
需要
编译
一个
足够
大
的
项目
,
因为
ccache
在
高速
缓存
了
解析
过
的
头
文件
时
运转
效果
最好
。
www.ibm.com
4.
Another
environment
variable
, CCACHE_DIR,
specifies
the
location
of the
cache
directory
.
另一个
环境
变量
CCACHE_DIR
指定
了
高速缓存
目录
的
位置
。
www.ibm.com
5.
CCACHE_PREFIX
defines
a
prefix
to
use
when
ccache
calls
the
true
compiler to
compile
the
source
(
after
preprocessing
)
.
CCACHE_PREFIX
定义
了
当
ccache
调用
真实
的
编译
器
来
编译
源
文件
(
预处理
之后
)
时
所
使用
的
前缀
。
www.ibm.com
6.
To
use
distcc
and
ccache
in
this
way
,
configure
distcc on your
hosts
and
distcc and
ccache
on your
main
development
machine
.
要
以
这种
方式
来
使用
distcc
和
ccache
,
需要
在
主机
上
配置
distcc
,
在
主要
的
开发
机器
上
配置
distcc
和
ccache
。
www.ibm.com
7.
CCACHE_TEMPDIR --
Specifies
the
folder
where
ccache
puts
temporary
files
that it
generates
.
CCACHE_TEMPDIR——
指定
放置
ccache
生成
的
临时
文件
的
文件夹
。
www.ibm.com
8.
If
you
are
using
ccache
across
a
network
of
machines
,
make sure
the
directory
you
share
is
exported
over
NFS
and
mounted
on
each
client
.
如果
您
是
在
网络
中
多
台
机器
上
使用
ccache
,
那么
要
确保
您
共享
的
目录
要
通过
NFS
导出
(
export
)
并
挂载
到
每
一个
客户机
上
。
www.ibm.com
9.
CCACHE_PREFIX --
Adds
a
prefix
to
the
command
line
that
ccache
uses to
invoke
the
compiler
proper
.
CCACHE_PREFIX——
向
ccache
用于
完全
调用
编译
器
的
命令
行
添加
一
个
前缀
。
www.ibm.com
10.
This
article
has delved
into
the
GNU make
,
distcc
,
and
ccache
tools
, which
can
help you
parallelize
the
build
process
.
本文
探讨
了
GNUmake
、
distcc
和
ccache
,
这些
工具
能够
并行
分布
编译
过程
。
www.ibm.com
1
2
3