:78 Function create_function() is deprecated [8192]

Added optimization flags to Makefile

Ramses van Zon [2016-09-30 02:05:42]
Added optimization flags to Makefile
Filename
Makefile
diff --git a/Makefile b/Makefile
index a9f59bd..8aa5ff9 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 -Wall -g -flto -march=native -ffast-math
+CFLAGS=-std=gnu99 -fopenmp -O3 -Wall -g -flto -march=native -ffast-math
 LDFLAGS=-g -fopenmp -O3 -DNDEBUG -flto -march=native -ffast-math
 LDLIBS=-lm
ViewGit