chore(server): Usability improvements

1. Relax processor requirements for Dragonfly. Fixes #124.
2. Introduce cmake option DF_USE_SSL to allow building DF without SSL support. Fixes #128.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
Roman Gershman 2022-06-15 19:19:59 +03:00
parent 4ec2538204
commit a1c3d8e33d
7 changed files with 37 additions and 7 deletions

View file

@ -27,7 +27,7 @@ index d46e650c..e347e614 100644
+uname_m := $(shell uname -m)
+ifeq ($(uname_m),x86_64)
+OPTFLAGS= -march=broadwell
+OPTFLAGS= -march=sandybridge
+else ifeq ($(uname_m), aarch64)
+OPTFLAGS= -march=armv8.2-a+fp16+rcpc+dotprod+crypto
+else