Skip to content

Commit 331b577

Browse files
author
Jonathan Dahan
committed
macOS: remove -fslp-vectorize-aggressive as it is deprecated
1 parent be70598 commit 331b577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.macosx

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ifeq (${DARWIN_CC},)
4444
DARWIN_CC := $(shell which gcc)
4545
EXTRA_CFLAGS :=
4646
else
47-
EXTRA_CFLAGS := -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -pthread
47+
EXTRA_CFLAGS := -fvectorize -fslp-vectorize -pthread
4848
endif
4949

5050
# Change as required in support of the available libraries

0 commit comments

Comments
 (0)