From cc5970b8604fecc32cf1f94c663cc5fb610696a5 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 21 May 2014 10:14:42 +0000 Subject: removing -ftree-vectorizer-verbose flag in makefile svn path=/trunk/externals/pmpd/; revision=17310 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bab152..9076ab1 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ ifeq ($(UNAME),Darwin) SHARED_EXTENSION = dylib OS = macosx PD_PATH = /Applications/Pd-extended.app/Contents/Resources - OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 -fast + OPT_CFLAGS = -ftree-vectorize -fast # build universal 32-bit on 10.4 and 32/64 on newer ifeq ($(shell uname -r | sed 's|\([0-9][0-9]*\)\.[0-9][0-9]*\.[0-9][0-9]*|\1|'), 8) FAT_FLAGS = -arch ppc -arch i386 -mmacosx-version-min=10.4 -- cgit v1.2.1