Skip to content
Snippets Groups Projects
Commit a231b1dd authored by Camille Coti's avatar Camille Coti
Browse files

Display warnings

parent 34bfe66f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ CXX = g++
MPICXX = mpic++
LD = g++
MPILD = mpic++
CFLAGS = -g -O3 -Wno-unused-variable
CFLAGS = -Wall -g -O3 -Wno-unused-variable
LDOPT = -lginac
MPIEXEC = mpiexec
......
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