diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-08-10 20:23:28 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-08-10 20:23:28 +0000 |
commit | e1828edbfd94e93e2728bdfaf8b13913bb2e3502 (patch) | |
tree | 7c24d9638bcd1334d61965c5ccc0367dae7eff44 /externals/grill/pool/makefile.pd-darwin | |
parent | 62f2a55bbaf2724375c0c1455329c7b4d0fe4ecd (diff) |
""
svn path=/trunk/; revision=1936
Diffstat (limited to 'externals/grill/pool/makefile.pd-darwin')
-rw-r--r-- | externals/grill/pool/makefile.pd-darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/pool/makefile.pd-darwin b/externals/grill/pool/makefile.pd-darwin index 248e4bf8..2f3baf96 100644 --- a/externals/grill/pool/makefile.pd-darwin +++ b/externals/grill/pool/makefile.pd-darwin @@ -19,7 +19,7 @@ FLAGS=-DFLEXT_SYS=2 CFLAGS=-O2 ${UFLAGS} -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes LIBS=m FRAMEWORKS=Carbon -LDFLAGS+=-bundle -bundle_loader $(PD) +LDFLAGS+=-Wl,-x -Wl,-S -bundle -bundle_loader $(PD) ifdef FLEXT_SHARED CFLAGS+=-dynamic -DFLEXT_SHARED |