mirror of https://github.com/wb2osz/direwolf.git
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…
Reference in New Issue