diff options
Diffstat (limited to 'externals/grill/vasp/makefile.pd-linux')
-rw-r--r-- | externals/grill/vasp/makefile.pd-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/vasp/makefile.pd-linux b/externals/grill/vasp/makefile.pd-linux index 5c156ebe..2acabdc8 100644 --- a/externals/grill/vasp/makefile.pd-linux +++ b/externals/grill/vasp/makefile.pd-linux @@ -14,7 +14,7 @@ include config-pd-linux.txt FLEXTLIB=$(FLEXTPATH)/flext_t.a # compiler stuff -INCLUDES=$(PDPATH) +INCLUDES=$(PDINC) FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS CFLAGS=-O6 -mcpu=pentiumpro -fmove-all-movables -frerun-loop-opt -finline-functions # -funroll-loops #CFLAGS=-O6 -mcpu=pentium3 -msse -mfpmath=sse -fmove-all-movables -frerun-loop-opt -finline-functions # -funroll-loops |