mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
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:
parent
4ec2538204
commit
a1c3d8e33d
7 changed files with 37 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue