Commit c6b82efd authored by Adam Hospital's avatar Adam Hospital
Browse files

config.mk mod -fPIE

parent be92ae0a
Pipeline #5795 skipped
......@@ -6,7 +6,7 @@ DEBUGNOCHECK =
#PROFILE =
PROFILE = -pg
#
OPTIONS = -O3 -fimplicit-none -funroll-loops -mtune=generic -Wall -ftree-vectorizer-verbose=1 -ffast-math
OPTIONS = -O3 -fimplicit-none -funroll-loops -mtune=generic -Wall -ftree-vectorizer-verbose=1 -ffast-math -fPIE
#LOPTIONS= -static-libgfortran
#F77= /usr/local/bin/gfortran
#CPP= cpp
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment