# Debug settings for the PGI compiler suite

%section Makefile
  FFLAGS += -O0
  FFLAGS += -C
  FFLAGS += -Mbounds
  FFLAGS += -Mdwarf2
  FFLAGS += -Melf

  CFLAGS += -O0
%endsection Makefile