aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/config-pd-linux.txt
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-09-09 08:45:18 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:57 +0200
commit8e34dec617b67c4b8d8928188d175f850d6a69c4 (patch)
tree8a991c190bba8ee387e33f99830cbc88bb3dd8b0 /sc4pd/config-pd-linux.txt
parent1a1d31d95b241dff59a11311b70be603742eeb32 (diff)
lfdnoises and interpolating vector/scalar operations
svn path=/trunk/externals/tb/; revision=2021
Diffstat (limited to 'sc4pd/config-pd-linux.txt')
-rwxr-xr-xsc4pd/config-pd-linux.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc4pd/config-pd-linux.txt b/sc4pd/config-pd-linux.txt
index 1e95392..3d67664 100755
--- a/sc4pd/config-pd-linux.txt
+++ b/sc4pd/config-pd-linux.txt
@@ -1,7 +1,7 @@
# config file for sc4pd, adapted from Thomas Grill's xsample makefile
# your c++ compiler (if not g++)
- CXX=icc
+# CXX=icc
# where does the PD installation reside?
@@ -29,8 +29,7 @@ HELPDIR=${PD}/doc/5.reference
# additional compiler flags
# (check whether they fit to your system!)
#UFLAGS=-xN -tpp7 -ip -ipo_obj # icc
-UFLAGS=-g -mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse # gcc 3.2
-
+UFLAGS=-march=pentium4 -mmmx -msse2 -msse -mfpmath=sse -g # gcc 3.2
# define to link against shared flext library (flext version >= 0.5.0)
FLEXT_SHARED=1