:78 Function create_function() is deprecated [8192]
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