aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 168eeec..e3419fd 100755
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ ifeq (${VECTORIZED},1)
ifeq (${CC},clang)
CFLAGS += -Rpass=loop-vectorize
else
- CFLAGS += -fopt-info-vec-all
+ CFLAGS += -fopt-info-vec-optimized
endif
endif