diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-30 23:05:21 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-30 23:05:21 +0300 |
commit | 9775446f61bf9c05d077a915476ac79b81aff083 (patch) | |
tree | 676a1ea3f48f3b18fc55f306b7ecdbf680d7245e /core | |
parent | 6744412abc30bce7162dee23fc3631f95d59609f (diff) | |
download | repository-9775446f61bf9c05d077a915476ac79b81aff083.tar.gz |
rsync: don't use asm
Diffstat (limited to 'core')
-rwxr-xr-x | core/rsync/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/rsync/build b/core/rsync/build index 9514ff0c..afdf2b98 100755 --- a/core/rsync/build +++ b/core/rsync/build @@ -10,6 +10,7 @@ export CFLAGS="-static $CFLAGS" cpt-configure \ --with-included-popt \ --disable-xxhash \ + --disable-asm \ --disable-lz4 \ --disable-zstd \ --disable-openssl \ |