aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-11-21 15:48:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-11-21 15:48:45 +0000
commitaf912a44bc77a7562612f1988cbe7bb1e308676d (patch)
treeaeae0310cbdbd0fb9ae4e090b420125c3bd7c138 /externals
parent4ba7a5cacf27dbf9b132a04d3f7a9e6545f979d7 (diff)
re-enabled vectorization on moonlib since is has no more type-punning
svn path=/trunk/; revision=15797
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 6439050f..ad437f91 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -1155,7 +1155,7 @@ moocow_clean:
#------------------------------------------------------------------------------#
# MOONLIB
moonlib:
- make -C $(externals_src)/moonlib CFLAGS="$(CFLAGS) -fno-tree-vectorize -fno-strict-aliasing" \
+ make -C $(externals_src)/moonlib CFLAGS="$(CFLAGS)" \
PD_PATH=$(pd_src) PD_INCLUDE=$(pd_src)/src
moonlib_install: