Skip to content

Commit b3f97fd

Browse files
committed
chore: Update Makefile with additional compiler flags for debugging purposes
1 parent 0707d1f commit b3f97fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FC = gfortran -g
1616
# Debug
1717
ifdef DEBUG
1818
MYFFLAGS := -fcheck=all -fbacktrace -ffpe-trap=zero,invalid,overflow,underflow
19-
MYLDFLAGS := -O0
19+
MYLDFLAGS := -O0 -pg
2020
else
2121
MYFFLAGS := -ffinite-math-only -funsafe-math-optimizations -funroll-loops
2222
MYLDFLAGS := -O2

0 commit comments

Comments
 (0)