mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-06 04:38:30 +00:00
macOS: remove -fslp-vectorize-aggressive as it is deprecated
This commit is contained in:
parent
be705987e2
commit
331b5774f9
@ -44,7 +44,7 @@ ifeq (${DARWIN_CC},)
|
||||
DARWIN_CC := $(shell which gcc)
|
||||
EXTRA_CFLAGS :=
|
||||
else
|
||||
EXTRA_CFLAGS := -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -pthread
|
||||
EXTRA_CFLAGS := -fvectorize -fslp-vectorize -pthread
|
||||
endif
|
||||
|
||||
# Change as required in support of the available libraries
|
||||
|
Loading…
x
Reference in New Issue
Block a user