mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-13 19:29:14 +01:00
setup_dxvk.sh: install with reflinks if supported
Some filesystems, such as XFS and BTRFS, may perform a lightweight copy with CoW. This is most useful for rarely changing content, and the usecase of installing DXVK is one of such usecases, as library files are usually not modified (might be removed, but it's not modification). So make use of it whenever supported.
This commit is contained in:
parent
f84f992d44
commit
cd21cd7fa3
@ -25,7 +25,7 @@ esac
|
||||
shift
|
||||
|
||||
with_dxgi=true
|
||||
file_cmd="cp -v"
|
||||
file_cmd="cp -v --reflink=auto"
|
||||
|
||||
while (($# > 0)); do
|
||||
case "$1" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user