Skip to content

Commit f7e1024

Browse files
committed
don't compress dynlib cache
1 parent 2fc52c5 commit f7e1024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/Attributes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ sourceCppFunction <- function(func, isVoid, dll, symbol) {
10251025
# write the cache to disk
10261026
.sourceCppDynlibWriteCache <- function(cacheDir, cache) {
10271027
index_file <- file.path(cacheDir, "cache.rds")
1028-
save(cache, file = index_file)
1028+
save(cache, file = index_file, compress = FALSE)
10291029
}
10301030

10311031
# read the cache from disk

0 commit comments

Comments
 (0)