diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-03-17 04:36:54 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-03-17 04:36:54 +0000 |
commit | 3eb7ec9a67e867275b862f9947deafe387012819 (patch) | |
tree | 6fd9d9f37721cdd28197ee5c54a3546060bd58af /externals/grill/vasp/makefile.pd-darwin | |
parent | bc6f43fbe1b22b1c2c63a32372126e0eaaaa08b0 (diff) |
""
svn path=/trunk/; revision=476
Diffstat (limited to 'externals/grill/vasp/makefile.pd-darwin')
-rwxr-xr-x | externals/grill/vasp/makefile.pd-darwin | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/externals/grill/vasp/makefile.pd-darwin b/externals/grill/vasp/makefile.pd-darwin index 34c702d2..89e96614 100755 --- a/externals/grill/vasp/makefile.pd-darwin +++ b/externals/grill/vasp/makefile.pd-darwin @@ -1,5 +1,5 @@ # VASP - vector assembling vector processor -# Copyright (c)2002 Thomas Grill (xovo@gmx.net) +# Copyright (c)2002-2003 Thomas Grill (xovo@gmx.net) # # Makefile for gcc @ OSX (darwin) # @@ -17,8 +17,9 @@ FLEXTLIB=$(FLEXTPATH)/flext_t.a # compiler stuff INCLUDES=$(PDINC) -FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS -CFLAGS=-O6 ${UFLAGS} -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes +FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -fno-exceptions +CFLAGS=-O6 ${UFLAGS} -fmove-all-movables -frerun-loop-opt -fprefetch-loop-arrays +#CFLAGS+=-funroll-loops -freduce-all-givs -fschedule-insns2 -foptimize-register-move LIBS=m LDFLAGS=-bundle -bundle_loader $(PDBIN) FRAMEWORKS=Carbon |