diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-02-25 18:45:03 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-02-25 18:45:03 +0000 |
commit | 5900c016e598f4ecad34495e02995d05dfa1a4f3 (patch) | |
tree | 00b41bfdf19da776ea42781db53c75beb76eb3e1 /externals/grill/vasp/makefile.pd-darwin | |
parent | b27da754180a1d86346f5f77179d607d22befe34 (diff) |
""
svn path=/trunk/; revision=432
Diffstat (limited to 'externals/grill/vasp/makefile.pd-darwin')
-rwxr-xr-x | externals/grill/vasp/makefile.pd-darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/vasp/makefile.pd-darwin b/externals/grill/vasp/makefile.pd-darwin index 909e2403..c6d16fc6 100755 --- a/externals/grill/vasp/makefile.pd-darwin +++ b/externals/grill/vasp/makefile.pd-darwin @@ -18,7 +18,7 @@ FLEXTLIB=$(FLEXTPATH)/flext_t.a # compiler stuff INCLUDES=$(PDINC) FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS -CFLAGS=-O6 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes # -maltivec +CFLAGS=-O6 ${UFLAGS} -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes LIBS=m LDFLAGS=-bundle -bundle_loader $(PDBIN) |