aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/config-pd-linux.txt
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-07-23 10:01:56 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:55 +0200
commit9b76d2cfe25558b3f1951fcf8ee26982beca1e48 (patch)
tree44c03f39241e7f542a3488f905ec0381c5008711 /sc4pd/config-pd-linux.txt
parent1975cbb20fda8e57b3d923358cf5007605af421c (diff)
added LinCong ugen
svn path=/trunk/externals/tb/; revision=1887
Diffstat (limited to 'sc4pd/config-pd-linux.txt')
-rwxr-xr-xsc4pd/config-pd-linux.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc4pd/config-pd-linux.txt b/sc4pd/config-pd-linux.txt
index 7aac9a8..9b46ed4 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?
@@ -28,8 +28,8 @@ 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=-xN -tpp7 -ip -ipo_obj # icc
+UFLAGS=-g -mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse # gcc 3.2
# define to link against shared flext library (flext version >= 0.5.0)