diff options
author | Tim Blechmann <timblech@users.sourceforge.net> | 2004-12-28 15:48:19 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:11:58 +0200 |
commit | 2f98df88850ab893c7acf8ea2b9000c03c2e17da (patch) | |
tree | e5e2ed18e2aca6b09f979899a3c1e3cc7d7a9f94 /volctl~/makefile | |
parent | 43dd4efedf1ecfe721cde5830bdcee67ffa48907 (diff) |
simd-optimized ramp
svn path=/trunk/externals/tb/; revision=2435
Diffstat (limited to 'volctl~/makefile')
-rw-r--r-- | volctl~/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volctl~/makefile b/volctl~/makefile index 9b4cc04..3457263 100644 --- a/volctl~/makefile +++ b/volctl~/makefile @@ -62,7 +62,7 @@ pd_linux: $(NAME).pd_linux LINUXCFLAGS = -DPD -O3 -fPIC -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ - -Wno-unused -Wno-parentheses -Wno-switch + -Wno-unused -Wno-parentheses -Wno-switch LINUXINCLUDE = -I../../src |