Mention how to turn off simd near the cpp compile.

This commit is contained in:
Wayne Davison
2020-06-20 11:53:22 -07:00
parent bd7bd5ff0c
commit a56a0bc7d6

View File

@@ -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