mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-11 02:48:35 -04:00
Mention how to turn off simd near the cpp compile.
This commit is contained in:
@@ -132,6 +132,7 @@ rounding.h: rounding.c rsync.h proto.h
|
||||
@rm -f rounding.out
|
||||
|
||||
simd-checksum-x86_64.o: simd-checksum-x86_64.cpp
|
||||
@echo "If this fails to compile and you can't fix it, re-run $(srcdir)/configure with --disable-simd."
|
||||
$(CXX) -I. $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $(srcdir)/simd-checksum-x86_64.cpp
|
||||
|
||||
lib/md5-asm-x86_64.o: lib/md5-asm-x86_64.S config.h lib/md-defines.h
|
||||
|
||||
Reference in New Issue
Block a user