Skip to content
Snippets Groups Projects
Commit 648a82b9 authored by Antonio Portero's avatar Antonio Portero
Browse files

Update Makefile added -static flag (Problem no MPI static lib)

parent 39f1153c
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ MINIFE_MATRIX_TYPE = -DMINIFE_CSR_MATRIX
#-----------------------------------------------------------------------
CFLAGS = -O3 -march=armv8-a -fopenmp
CFLAGS = -O3 -static -march=armv8-a -fopenmp
CXXFLAGS = $(CFLAGS)
CPPFLAGS = -I. -I../utils -I../fem $(MINIFE_TYPES) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment