diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-11-21 15:48:45 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-11-21 15:48:45 +0000 |
commit | af912a44bc77a7562612f1988cbe7bb1e308676d (patch) | |
tree | aeae0310cbdbd0fb9ae4e090b420125c3bd7c138 | |
parent | 4ba7a5cacf27dbf9b132a04d3f7a9e6545f979d7 (diff) |
re-enabled vectorization on moonlib since is has no more type-punning
svn path=/trunk/; revision=15797
-rw-r--r-- | externals/Makefile | 2 |
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: |