diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2009-10-11 09:13:05 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2009-10-11 09:13:05 +0000 |
commit | c66a55dd1ba88e5e8a280dd24c31d593522cd769 (patch) | |
tree | 304f201d38542edc4bd4530ce6b54d531a0c26a2 /src/makefile | |
parent | b971cbe79d206adc7186c6b19911a6354618992d (diff) |
make few change in pmpd~, update examples.
svn path=/trunk/externals/pmpd/; revision=12576
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index e0043c9..45f07bf 100644 --- a/src/makefile +++ b/src/makefile @@ -63,7 +63,7 @@ pd_linux: pmpd.pd_linux mass.pd_linux link.pd_linux mass2D.pd_linux link2D.pd_li LINUXCFLAGS = -fPIC -DPD -O2 -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
|