导航菜单

ccache是什么意思_翻译中文_怎么读

ccache

网络释义:编译的缓存;编译器的名称

网络释义

1.编译的缓存加快编译你的FreeBSD 编译的缓存(ccache)CCACHE是为措施编译供给缓存,通过镌汰频频代码编译次数,加快编译工夫。不 …

2.编译器的名称  CC 设置首先使用的 C 编译器的名称ccache)。     现在,当运行 make 时,如果使用了 -j 选项来指定要执行的同步编译的数目…

例句释义:,编译的缓存,编译器的名称

1.The CCACHE_LOGFILE environment variable defines the location of a log file that will be populated as you use ccache.CCACHE_LOGFILE环境变量定义了使用高速缓存时生成的日志文件所处的位置。

2.Instalpng ccache and using it is not as comppcated as you might think.安装和使用ccache并不像您可能想像的那样复杂。

3.As mentioned above, ccache works by sitting between you and your normal compiler.如上所述,ccache在您与您的普通编译器之间进行工作。

4.We need something meaty to compile, because ccache works best when it has cached the parsed header files.我们需要编译一个足够大的项目,因为ccache在高速缓存了解析过的头文件时运转效果最好。

5.Another environment variable, CCACHE_DIR, specifies the location of the cache directory.另一个环境变量CCACHE_DIR指定了高速缓存目录的位置。

6.CCACHE_PREFIX defines a prefix to use when ccache calls the true compiler to compile the source (after preprocessing).CCACHE_PREFIX定义了当ccache调用真实的编译器来编译源文件(预处理之后)时所使用的前缀。

7.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。

8.CCACHE_TEMPDIR -- Specifies the folder where ccache puts temporary files that it generates.CCACHE_TEMPDIR——指定放置ccache生成的临时文件的文件夹。

9.If you are using ccache across a network of machines, make sure the directory you share is exported over NFS and mounted on each cpent.如果您是在网络中多台机器上使用ccache,那么要确保您共享的目录要通过NFS导出(export)并挂载到每一个客户机上。

10.CCACHE_PREFIX -- Adds a prefix to the command pne that ccache uses to invoke the compiler proper.CCACHE_PREFIX——向ccache用于完全调用编译器的命令行添加一个前缀。