diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-12 17:18:52 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-12 17:18:52 +0000 |
commit | aeb6e8872c1e386b77395d29b08c0c9281935400 (patch) | |
tree | 60a507a20152eb5eccc331962006ad52650d10f8 | |
parent | 9dc9b5b1ed071817f89198f330b7a81c294ec5fd (diff) |
actually disable tree-vectorize
svn path=/trunk/externals/loaders/tclpd/; revision=15579
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 = |