mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Add config option to disable ccache during build.
When building releases in a temporary folder using ccache doesn't help, as the path of the source files is also used for identification. Disabling ccache makes it not cache objects that are likely to be never needed again (i.e. the next build will use a different file). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22922 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9d9fe03a35
commit
f65170f1df
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
|
||||
# ccache
|
||||
unix:!mac {
|
||||
unix:!mac:!noccache {
|
||||
CCACHE = $$system(which ccache)
|
||||
!isEmpty(CCACHE) {
|
||||
message("using ccache")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue