diff options
author | N.N. <nimon@users.sourceforge.net> | 2014-05-21 10:14:42 +0000 |
---|---|---|
committer | N.N. <nimon@users.sourceforge.net> | 2014-05-21 10:14:42 +0000 |
commit | cc5970b8604fecc32cf1f94c663cc5fb610696a5 (patch) | |
tree | 9b0c0cf200ef43eebf5dae03a3d9548f8f4ceef7 /Makefile | |
parent | f28b85e4f885c454d1c6687c23c41715bd7a433c (diff) |
removing -ftree-vectorizer-verbose flag in makefile
svn path=/trunk/externals/pmpd/; revision=17310
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |