Skip to content

Commit

Permalink
removes obsolete compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Mar 15, 2024
1 parent ae21f0e commit a63ce51
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions flags.guess
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,6 @@ case $my_FC in
# useful to track loss of accuracy because of automatic double to single precision conversion: -Wconversion (this may generate many warnings...)
OMP_FFLAGS="-fopenmp"
;;
g95|*/g95)
#
# g95 (free f95 compiler from http://www.g95.org )
#
DEF_FFLAGS="-fimplicit-none"
OPT_FFLAGS="-O"
DEBUG_FFLAGS="-g -O0 -fbounds-check -ftrace"
OMP_FFLAGS="" # support for OpenMP not available yet
;;
f90|*/f90)
case $host_os in
Linux)
Expand All @@ -134,7 +125,7 @@ case $my_FC in
OPT_FFLAGS="-O3"
DEBUG_FFLAGS=""
OMP_FFLAGS=""
;;
;;
esac
;;
irix)
Expand Down

0 comments on commit a63ce51

Please sign in to comment.