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

Use level 2 optimization to compile np_cluster

parent ba9d7aab
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ FCFLAGS=-std=legacy -O3
LFLAGS=
LFLAGS=
CXX=g++
CXXFLAGS=-O0 -ggdb -pg -coverage
CXXFLAGS=-O2 -ggdb -pg -coverage
CXXLFLAGS=
all: clu edfb np_cluster
......
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