Skip to content
Snippets Groups Projects
Commit ca8c9b3a authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Use level 2 optimization for np_sphere

parent 82289b37
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ FC=gfortran ...@@ -3,7 +3,7 @@ FC=gfortran
FCFLAGS=-std=legacy -O3 FCFLAGS=-std=legacy -O3
LFLAGS= LFLAGS=
CXX=g++ CXX=g++
CXXFLAGS=-O0 -ggdb -pg -coverage CXXFLAGS=-O2 -ggdb -pg -coverage
CXXLFLAGS= CXXLFLAGS=
all: edfb sph np_sphere all: edfb sph np_sphere
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment