aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <nimon@users.sourceforge.net>2014-05-21 10:14:42 +0000
committerN.N. <nimon@users.sourceforge.net>2014-05-21 10:14:42 +0000
commitcc5970b8604fecc32cf1f94c663cc5fb610696a5 (patch)
tree9b0c0cf200ef43eebf5dae03a3d9548f8f4ceef7
parentf28b85e4f885c454d1c6687c23c41715bd7a433c (diff)
removing -ftree-vectorizer-verbose flag in makefile
svn path=/trunk/externals/pmpd/; revision=17310
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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