macOS: remove -fslp-vectorize-aggressive as it is deprecated

This commit is contained in:
Jonathan Dahan 2018-10-01 14:10:39 -04:00
parent be705987e2
commit 331b5774f9
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ ifeq (${DARWIN_CC},)
DARWIN_CC := $(shell which gcc) DARWIN_CC := $(shell which gcc)
EXTRA_CFLAGS := EXTRA_CFLAGS :=
else else
EXTRA_CFLAGS := -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -pthread EXTRA_CFLAGS := -fvectorize -fslp-vectorize -pthread
endif endif
# Change as required in support of the available libraries # Change as required in support of the available libraries