:78 Function create_function() is deprecated [8192]

Added ndmalloc directory to the include path

Ramses van Zon [2017-10-02 18:42:27]
Added ndmalloc directory to the include path
Filename
Makefile
diff --git a/Makefile b/Makefile
index 8aa5ff9..e8261ed 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 CC=mpicc
 #CFLAGS=-std=gnu99 -fopenmp -Wall -g -ipo -xHost -Ofast
 #LDFLAGS=-g -fopenmp -O3 -DNDEBUG -xHost -Ofast -ipo
-CFLAGS=-std=gnu99 -fopenmp -O3 -Wall -g -flto -march=native -ffast-math
+CFLAGS=-std=gnu99 -fopenmp -O3 -Wall -g -flto -march=native -ffast-math -I./ndmalloc
 LDFLAGS=-g -fopenmp -O3 -DNDEBUG -flto -march=native -ffast-math
 LDLIBS=-lm
ViewGit