aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-12 17:18:52 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-12 17:18:52 +0000
commitaeb6e8872c1e386b77395d29b08c0c9281935400 (patch)
tree60a507a20152eb5eccc331962006ad52650d10f8 /Makefile
parent9dc9b5b1ed071817f89198f330b7a81c294ec5fd (diff)
actually disable tree-vectorize
svn path=/trunk/externals/loaders/tclpd/; revision=15579
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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 =