aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/config-pd-linux.txt
diff options
context:
space:
mode:
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