From aeb6e8872c1e386b77395d29b08c0c9281935400 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 12 Oct 2011 17:18:52 +0000 Subject: actually disable tree-vectorize svn path=/trunk/externals/loaders/tclpd/; revision=15579 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 17db953..752d57b 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,6 @@ EXTRA_DIST = tcl.i tcl_extras.h pdlib.tcl $(TCLPD_SOURCES) ChangeLog.txt AUTHORS ALL_CFLAGS = $(PD_INCLUDES) -std=c99 -I/usr/include/tcl8.5 \ -I/Library/Frameworks/Tcl.framework/Headers \ - -fno-tree-vectorize -fno-strict-aliasing \ -Wall -W -Wno-unused-parameter ALL_LDFLAGS = SHARED_LDFLAGS = @@ -55,7 +54,7 @@ LIBS_windows = -ltcl85 "$(LIBRARY_NAME).def" # these can be set from outside without (usually) breaking the build DEBUG = 0 -CFLAGS = +CFLAGS = -fno-tree-vectorize -fno-strict-aliasing -Wno-strict-aliasing LDFLAGS = LIBS = -- cgit v1.2.1