From 331b5774f9e021ccf2812143b97eec262d0f74e2 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Mon, 1 Oct 2018 14:10:39 -0400 Subject: [PATCH] macOS: remove -fslp-vectorize-aggressive as it is deprecated --- Makefile.macosx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.macosx b/Makefile.macosx index 70af2ea..c4d2d60 100644 --- a/Makefile.macosx +++ b/Makefile.macosx @@ -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