Skip to content

Commit

Permalink
(build) use -g not -gdwarf-2 in default gfortran debugging flags
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Nov 26, 2023
1 parent 0b2f16d commit f80b5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile_defaults_gfortran
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# endif
#
FC= gfortran
FFLAGS+= -O3 -Wall -Wno-unused-dummy-argument -frecord-marker=4 -gdwarf-2 \
FFLAGS+= -O3 -Wall -Wno-unused-dummy-argument -frecord-marker=4 -g \
-finline-functions-called-once -finline-limit=1500 -funroll-loops -ftree-vectorize \
-std=f2008 -fall-intrinsics
DBLFLAG= -fdefault-real-8 -fdefault-double-8
Expand Down

0 comments on commit f80b5ec

Please sign in to comment.