Skip to content
Snippets Groups Projects
Commit b3ad1d84 authored by Andreas Korpi-Lagg's avatar Andreas Korpi-Lagg
Browse files

added gfortran compiler flag to ignore the type missmatch warnings: -fallow-argument-mismatch

parent 57bb2982
No related branches found
No related tags found
No related merge requests found
......@@ -134,9 +134,9 @@ case $FC in
FCFLAGS=" "
AR="ar"
if $debug ;then
OPTFLAGS="-O3 -O4 -O5 -ffast-math"
OPTFLAGS="-O3 -O4 -O5 -ffast-math -fallow-argument-mismatch"
else
OPTFLAGS="-O0 -g3"
OPTFLAGS="-O2 -g3 -fallow-argument-mismatch"
fi
EXEADD=".gfortran"$EXEADD
DISLINSUB="gf"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment