We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be70598 commit 331b577Copy full SHA for 331b577
Makefile.macosx
@@ -44,7 +44,7 @@ ifeq (${DARWIN_CC},)
44
DARWIN_CC := $(shell which gcc)
45
EXTRA_CFLAGS :=
46
else
47
-EXTRA_CFLAGS := -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -pthread
+EXTRA_CFLAGS := -fvectorize -fslp-vectorize -pthread
48
endif
49
50
# Change as required in support of the available libraries
0 commit comments