mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
feat(build): fix lua on mac arm64 (#1930)
This commit is contained in:
parent
91e8ead6d1
commit
9a09b793b4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ index d46e650c..c27e5677 100644
|
|||
+# equivalent to: if $(uname_m) == x86_64 || $(uname_m) == amd64
|
||||
+ifneq (, $(filter $(uname_m),x86_64 amd64))
|
||||
+OPTFLAGS= -march=sandybridge
|
||||
+else ifeq ($(uname_m), aarch64)
|
||||
+else ifneq (, $(filter $(uname_m),aarch64 arm64))
|
||||
+OPTFLAGS= -march=armv8.2-a+fp16+rcpc+dotprod+crypto
|
||||
+else ifeq ($(uname_m), s390x)
|
||||
+OPTFLAGS= -march=native
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue